mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-06-16 14:09:45 +00:00
Update docs/lee_key_protocol.md
Co-authored-by: Moudy <m.ellaz@hotmail.com>
This commit is contained in:
parent
87b2612652
commit
746d757ee3
@ -138,7 +138,7 @@ let ssk = nssa::PrivateKey::tweak(sk.value()).expect("Invalid private key produc
|
||||
|
||||
### Public key
|
||||
|
||||
A public account’s public key (`pk`) is used to verify account ownership. Specifically, the public key is used to validate (Schnorr) signatures purporting to authorizing an account’s usage. The public key is the compressed Schnorr public key (32-bytes).
|
||||
A public account’s public key (`pk`) is used to verify account ownership. Specifically, the public key is used to validate (Schnorr) signatures purporting to authorizing an account’s usage. The public key is the x-only Schnorr public key (32 bytes, BIP-340).
|
||||
|
||||
## Private account keys
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user