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

Switch to ring-xous #115

Closed
Niederb opened this issue Nov 16, 2022 · 1 comment
Closed

Switch to ring-xous #115

Niederb opened this issue Nov 16, 2022 · 1 comment
Assignees

Comments

@Niederb
Copy link
Contributor

Niederb commented Nov 16, 2022

The ring crate is the main implementation for cryptographic primitives in the rust ecosystem. Our problem for the WebAssembly use case is that for elliptic curve cryptography it still relies on implementations in assembly. Also see this issue: briansmith/ring#918

ring-xous is a fork of ring that creates a pure rust implementation of ring.
The blog-post gives quite a good introduction to the problem and how they solved it:
https://www.bunniestudios.com/blog/?p=6521

@Niederb
Copy link
Contributor Author

Niederb commented Jan 30, 2023

Done

@Niederb Niederb closed this as completed Jan 30, 2023
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

No branches or pull requests

1 participant