Skip to content
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

Third-Party Cryptographic Implementations #50

Closed
Joannis opened this issue Nov 20, 2020 · 2 comments · Fixed by #97
Closed

Third-Party Cryptographic Implementations #50

Joannis opened this issue Nov 20, 2020 · 2 comments · Fixed by #97

Comments

@Joannis
Copy link
Collaborator

Joannis commented Nov 20, 2020

For implementing RSA support, which will not be landing in the main library as discussed, we'll need to support external implementations for at least public-private keys. I'd also recommend looking into the same for the symmetric encryption as seen in #48

@Lukasa
Copy link
Collaborator

Lukasa commented Nov 20, 2020

I think a good idea here is to try to throw together a few implementations and see what the common API surface needs to be, and then to offer that as an extension point. We have some time to workshop APIs here.

@Lukasa
Copy link
Collaborator

Lukasa commented Nov 20, 2020

@gwynne this seems like something you'd find fun!

@artemredkin artemredkin linked a pull request Apr 1, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants