Module ic_cdk::api::management_canister::ecdsa
source · Expand description
The ECDSA API.
Structs§
- ECDSA KeyId.
- Argument type of ecdsa_public_key.
- Response Type of ecdsa_public_key.
- Argument type of sign_with_ecdsa.
- Response type of sign_with_ecdsa.
Enums§
- ECDSA Curve.
Functions§
- Return a SEC1 encoded ECDSA public key for the given canister using the given derivation path.
- Return a new ECDSA signature of the given message_hash that can be separately verified against a derived ECDSA public key.