-
Notifications
You must be signed in to change notification settings - Fork 65
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
Implement Cryptography API #144
Conversation
Signed-off-by: Zachary Edgell <[email protected]>
# Conflicts: # Cargo.toml
Signed-off-by: Zachary Edgell <[email protected]>
Signed-off-by: Zachary Edgell <[email protected]>
@zedgell Amazing! I will block out some time today to review this! |
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.
Just a small addition - will need to be added to the workflow manually:
.github/workflows/validate-examples.yml
# Conflicts: # src/lib.rs
Signed-off-by: Zachary Edgell <[email protected]>
@mikeee It is added now. |
Signed-off-by: Zachary Edgell <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>
Signed-off-by: Mike Nguyen <[email protected]>
Signed-off-by: Zachary Edgell <[email protected]>
# Conflicts: # examples/crypto/README.md
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.
Last thing before merge 🎉
…ns, EncryptRequestOptions}; Co-authored-by: Mike Nguyen <[email protected]> Signed-off-by: Zachary K Edgell <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]> Signed-off-by: Zachary K Edgell <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]> Signed-off-by: Zachary K Edgell <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]> Signed-off-by: Zachary K Edgell <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]> Signed-off-by: Zachary K Edgell <[email protected]>
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.
I'd like to have consistency among the SDKs - this means an implementation with a stream returned, but this is a great first implementation 🎉
Description
Add Cryptography API to the GRPC client and created example
Issue reference
This PR will close #133
Checklist