bip340
bip340 implementation
Fully qualified path: alexandria_btc::bip340
Free functions
| verify | Verifies a signature according to the BIP-340. This function checks if the signature (rx, s) is valid for a message m with respect to the public key px …. |
| verify_signature | Verifies a signature according to the BIP-340 using Signature struct. This function checks if the signature is valid for a message m with respect to the public key px …. |