miden-crypto 0.25.0

Miden Cryptographic primitives
Documentation
1
2
3
4
5
//! Digital signature schemes supported by default in the Miden VM.

pub mod ecdsa_k256_keccak;
pub mod eddsa_25519_sha512;
pub mod falcon512_poseidon2;