Update 01.md clarification added: BIP0340 tagged hashes are not used

This commit is contained in:
Greg Tonoski 2024-08-15 08:55:57 +02:00 committed by GitHub
parent 645a562a8b
commit 08aa6d63ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
01.md
View File

@ -10,7 +10,7 @@ This NIP defines the basic protocol that should be implemented by everybody. New
## Events and signatures
Each user has a keypair. Signatures, public key, and encodings are done according to the [Schnorr signatures standard for the curve `secp256k1`](https://bips.xyz/340).
Each user has a keypair. Signatures, public key, and encodings are done according to the [Schnorr signatures standard for the curve `secp256k1`](https://bips.xyz/340) with the exception of not using the "BIP0340/challenge", "BIP0340/aux" and "BIP0340/nonce" tagged hashes.
The only object type that exists is the `event`, which has the following format on the wire: