rust-ed25519-compact icon indicating copy to clipboard operation
rust-ed25519-compact copied to clipboard

Small, wasm-friendly, zero-dependencies Ed25519 and X25519 implementation for Rust.

Results 5 rust-ed25519-compact issues
Sort by recently updated
recently updated
newest added

Hi @jedisct1 The crate README.md says there is Formal verification - Re: https://github.com/The-DevX-Initiative/RCIG_Coordination_Repo/blob/main/Awesome_Rust_Cryptography.md I'm sending a PR there - do we have a link to the formal verification report we...

Hi, would you be open to the idea of adding a feature for serde serialization to the crate?

Hello 👋 this is more of a question: When targeting WASM and including full debug info, building this package is taking multiple minutes. Is there any chance this can be...

Hey there, we're using this great library to implement an authenticated handshake between nodes that run on user machines. Users are also able to sign objects with their node key...

I've made some of the underlying operations public, to allow things like DH to be implemented using this crate. Note that I've also bumped the version to v2.0.5, because it...