From 746d757ee3c67496665d4e792ad2acaf1d5b1bec Mon Sep 17 00:00:00 2001 From: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:49:10 -0400 Subject: [PATCH] Update docs/lee_key_protocol.md Co-authored-by: Moudy --- docs/lee_key_protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lee_key_protocol.md b/docs/lee_key_protocol.md index 759be365..d2759061 100644 --- a/docs/lee_key_protocol.md +++ b/docs/lee_key_protocol.md @@ -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