-
Notifications
You must be signed in to change notification settings - Fork 17
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 resolution for did:jwk #245
Conversation
@@ -1,7 +1,6 @@ | |||
namespace web5 { | |||
JwkData ed25519_generator_generate(); | |||
|
|||
[Throws=RustCoreError] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did this mean to get removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, because we're moving to all resolve()
functions returning a ResolutionResult
wherein the error case is represented via the ResolutionMetadataError
use crate::apid::crypto::key_managers::in_memory_key_manager::InMemoryKeyManager; | ||
|
||
#[test] | ||
fn can_instantiate_did_jwk() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we'll come back through and use test vectors once we have them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
No description provided.