On Wed, Oct 1, 2014 at 12:42 PM, Jordan Earls <ea...@lastyearswishes.com> wrote:
> Is there an Ed22519 implementation for Rust yet? > There's an Ed25519 binding in sodiumoxide: https://github.com/dnaq/sodiumoxide/blob/master/src/sodiumoxide/crypto/ed25519.rs > Also, I take it none of this is actually secure yet, since it's not been > audited and lacks time-constant code and what not > sodiumoxide is fine, since it's a binding to the libsodium C/ASM code. Likewise rust-openssl is "fine" Pure Rust implementations of cryptographic primitives are definitely in need of expert scrutiny before they should be used for anything serious. -- Tony Arcieri
_______________________________________________ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev