swift/ref: Implement decodeId in CGO layer

Instead of replicating the Go logic in Swift (and Java), wrap the
existing util.DecodeId in a CGO-accessible method.

Also renames Id.swift to Identifier.swift.

Closes vanadium/issues#1400

MultiPart: 1/2
Change-Id: I1877c609c49043fc9f20121d91de335a0a976bf3
1 file changed
tree: 0be2ac43137fd4fa54db8c924c8a3ff400236be4
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. envvar.go
  13. envvar_test.go
  14. LICENSE
  15. PATENTS
  16. README.md
  17. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.