Update docs/lee_key_protocol.md

Co-authored-by: Moudy <m.ellaz@hotmail.com>
This commit is contained in:
jonesmarvin8 2026-06-15 15:49:10 -04:00 committed by GitHub
parent 87b2612652
commit 746d757ee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@ let ssk = nssa::PrivateKey::tweak(sk.value()).expect("Invalid private key produc
### Public key
A public accounts public key (`pk`) is used to verify account ownership. Specifically, the public key is used to validate (Schnorr) signatures purporting to authorizing an accounts usage. The public key is the compressed Schnorr public key (32-bytes).
A public accounts public key (`pk`) is used to verify account ownership. Specifically, the public key is used to validate (Schnorr) signatures purporting to authorizing an accounts usage. The public key is the x-only Schnorr public key (32 bytes, BIP-340).
## Private account keys