mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Update 01.md clarification added: BIP0340 tagged hashes are not used
This commit is contained in:
parent
645a562a8b
commit
08aa6d63ea
2
01.md
2
01.md
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user