# Functions
Generate the PrivateKey.
New a PrivateKey from privatekey data.
根据公钥明文初始化公钥 New a PublicKey from publicKey data.
输出私钥明文 output PrivateKey data.
输出公钥明文 output PublicKey data.
Sign data returns the ASN.1 encoded signature.
Sign data returns the Bytes encoded signature.
* Generic *internal* EC-{,O}SDSA signature functions.
Verify verifies the ASN.1 encoded signature, sig, M, of hash using the public key, pub.
Verify verifies the Bytes encoded signature.
*| IUF - ECSDSA/ECOSDSA verification
*|
*| I 1.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ec-gdsa PrivateKey.
ec-gdsa PublicKey.
SignerOpts contains options for creating and verifying EC-GDSA signatures.
# Type aliases
No description provided by the author