Module schnorr

Source
👎Deprecated since 0.18.0: The api::management_canister::schnorr module is deprecated. Please use the management_canister module at the crate root.
Expand description

Threshold Schnorr signing API.

Structs§

SchnorrKeyIdDeprecated
Schnorr KeyId.
SchnorrPublicKeyArgumentDeprecated
Argument Type of schnorr_public_key.
SchnorrPublicKeyResponseDeprecated
Response Type of schnorr_public_key.
SignWithSchnorrArgumentDeprecated
Argument Type of sign_with_schnorr.
SignWithSchnorrResponseDeprecated
Response Type of sign_with_schnorr.

Enums§

SchnorrAlgorithmDeprecated
Schnorr Algorithm.

Functions§

schnorr_public_keyDeprecated
Return a SEC1 encoded Schnorr public key for the given canister using the given derivation path.
sign_with_schnorrDeprecated
Return a new Schnorr signature of the given message that can be separately verified against a derived Schnorr public key.