Update docs/lee_key_protocol.md

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

View File

@ -68,7 +68,7 @@ pub struct ChildKeysPublic {
The secret key (`sk`) is used for generating the Schnorr secret key. Currently, the secret key is not directly used in LEE. Rather, the Schnorr secret key (`ssk`) is used for managing the public account. At some point in the future, Schnorr signatures (and `ssk`) will be phased out. At that point, `sk` will be used for authorization in a PQ signature scheme.
The secret key `sk` is computed in one using one of two different methods. The method used depeneds on whether the account keys is the root key or a child key.
The secret key `sk` is computed using one of two different methods. The method used depends on whether the account key is the root key or a child key.
#### Secret key for root public account
```rust