DVote Rust encapsulates efficient implementations of cryptographic primitives used by native components of the Vocdoni ecosystem.
- Random BIP 39 mnemonic generation
- Ethereum private key generation and derivation
- Ethereum public key and address computation
- ECDSA signature, verification and recovery (secp256k1)
- Poseidon hash computation
- Install Rust and Cargo
- Run
cargo build - Run
cargo test