Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upExpand support for Client keys to Ed25519 and BlsShare as well #1053
Comments
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently safe_vault expects a
PublicKey
to identify a client. This public key is an enum which supports Bls, Ed25519 and BlsShare types. However, in SAFE Client Libs we support only theBls
type. We should extend the SCL API to support any of the 3 key types.SecretKey
enum to safe-nd similar to PublicKey. (maidsafe/safe-nd#123)