You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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#918ring-xous
is a fork of ring that creates a pure rust implementation ofring
.The blog-post gives quite a good introduction to the problem and how they solved it:
https://www.bunniestudios.com/blog/?p=6521
The text was updated successfully, but these errors were encountered: