Module dsa

Module dsa 

Source
Expand description

Digital signature schemes supported by default in the Miden VM.

Modulesยง

ecdsa_k256_keccak
ECDSA (Elliptic Curve Digital Signature Algorithm) signature implementation over secp256k1 curve using Keccak to hash the messages when signing.
eddsa_25519
Ed25519 (EdDSA) signature implementation using Curve25519 and SHA-512 to hash the messages when signing.
rpo_falcon512
A deterministic RPO Falcon512 signature over a message.