Skip to main content

Module schnorr

Module schnorr 

Source
Expand description

Mina Schnorr signature scheme

An implementation of the singer interface for the Mina signature algorithm

Details: https://github.com/MinaProtocol/mina/blob/develop/docs/specs/signatures/description.md

Structsยง

Message
Internal message structure for Schnorr signature hash computation.
Schnorr
Schnorr signer context for the Mina signature algorithm

Constantsยง

BLAKE2B_OUTPUT_SIZE ๐Ÿ”’
BLAKE2b output size in bytes for nonce derivation.

Functionsยง

create_kimchi ๐Ÿ”’
create_legacy ๐Ÿ”’