1//! Digital signature schemes supported by default in the Miden VM. 2 3pub mod ecdsa_k256_keccak; 4pub mod eddsa_25519_sha512; 5pub mod falcon512_poseidon2;