This commit is contained in:
Greg Tonoski 2025-08-12 22:26:10 +00:00 committed by GitHub
commit a224a63d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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: