-
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 starters for bindings/web5_c
and bound/golang
#359
Conversation
use web5::crypto::jwk::Jwk; | ||
|
||
#[no_mangle] | ||
pub extern "C" fn poc_key_manager_from_foreign(manager: *const CKeyManager) { |
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.
this is a test basically?
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.
yup! it proves the injection of a foreign implementation of a key manager
lots of errors in linter, maybe need to disable for bindings/web5_c or edit |
0531071
to
76ade28
Compare
Marking this as a draft for now, opening for visibility