Get algorithm information
Algorithm metadata
Sign a message using the secret key
Generates a digital signature for the provided message. The signature can be verified using the corresponding public key.
Message to sign (arbitrary length)
Secret key for signing (2560 bytes)
Digital signature (up to 2420 bytes)
Verify a signature against a message using the public key
Verifies that the signature is valid for the given message and public key.
Original message that was signed
Signature to verify
Public key for verification (1312 bytes)
True if signature is valid, false otherwise
ML-DSA-44 digital signature wrapper class
Provides high-level interface for ML-DSA-44 digital signature operations. Automatically manages WASM memory and validates inputs.
MLDSA44
Example