Module achievement::ecdsa
source · Expand description
This module provides ECDSA-related functionality, including public key retrieval, signing, and signature verification.
Structs§
- Response containing the public key in hexadecimal format.
- Response containing the signature in hexadecimal format.
- Response indicating whether a signature is valid.
Functions§
- Builds a message string from the caller and identity wallet principals.
- Retrieves the public key for ECDSA.
- Signs a message using ECDSA.
- Verifies a signature using ECDSA.