Expand description
Threshold Schnorr signing API.
Structs§
- Schnorr KeyId.
- Argument Type of schnorr_public_key.
- Response Type of schnorr_public_key.
- Argument Type of sign_with_schnorr.
- Response Type of sign_with_schnorr.
Enums§
- Schnorr Algorithm.
Functions§
- Return a SEC1 encoded Schnorr public key for the given canister using the given derivation path.
- Return a new Schnorr signature of the given message that can be separately verified against a derived Schnorr public key.