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
d962bdba1f
commit
87b2612652
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user