We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keys.DecodeSaltpackKey
How to decode saltpack keys now without that function? Can u please help me?
The text was updated successfully, but these errors were encountered:
Is it now in the api package? api.DecodeKey?
https://github.com/keys-pub/keys/blob/master/api/encode_test.go
Sorry, something went wrong.
Is it now in the api package? api.DecodeKey? https://github.com/keys-pub/keys/blob/master/api/encode_test.go
Oh ok. Thanks.
Got into another trouble now while updating my code using this lib.
Is it on purpose that keys/api/Key does not implement keys/Key interface?
keys/api/Key
keys/Key
api.Key is in a generic, serializable form for use with msgpack, JSON, sqlite database, etc.
api.Key
But you can call key.As() or key.AsPublic() to get the concrete type which does implement keys.Key.
key.As()
key.AsPublic()
keys.Key
See https://github.com/keys-pub/keys/blob/master/api/as.go
I should document all this stuff.
No branches or pull requests
How to decode saltpack keys now without that function? Can u please help me?
The text was updated successfully, but these errors were encountered: