👎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§
- Schnorr
KeyId Deprecated - Schnorr KeyId.
- Schnorr
Public KeyArgument Deprecated - Argument Type of schnorr_public_key.
- Schnorr
Public KeyResponse Deprecated - Response Type of schnorr_public_key.
- Sign
With Schnorr Argument Deprecated - Argument Type of sign_with_schnorr.
- Sign
With Schnorr Response Deprecated - Response Type of sign_with_schnorr.
Enums§
- Schnorr
Algorithm Deprecated - Schnorr Algorithm.
Functions§
- schnorr_
public_ key Deprecated - Return a SEC1 encoded Schnorr public key for the given canister using the given derivation path.
- sign_
with_ schnorr Deprecated - Return a new Schnorr signature of the given message that can be separately verified against a derived Schnorr public key.