-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Add key and signature types into Signature message #55
Comments
As an alternative approach, we could consider using multihash format for storing signature. However, if we add a |
I see 2 problems with multihash:
|
Also we have some need to work with WalletConnect (c) @realloc |
cthulhu-rider
pushed a commit
that referenced
this issue
Feb 22, 2022
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
cthulhu-rider
pushed a commit
that referenced
this issue
Feb 22, 2022
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NeoFS uses different key and signature types, but this knowledge is not reflected directly in protocol definitions, only in code.
Signature
structure needs to have key type reference and signature algorithm reference.The text was updated successfully, but these errors were encountered: