mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-08 09:09:31 +00:00
fix: fmt
This commit is contained in:
parent
198eac1cf1
commit
460d7e7fd2
@ -91,7 +91,8 @@ impl GroupKeyHolder {
|
||||
/// The new GMS is `SHA256(PREFIX || rotation_salt || old_gms)`. The rotation salt must
|
||||
/// be a fresh 32-byte random value contributed by the member who initiates the rotation.
|
||||
/// Reusing a salt from a previous ratchet produces the same GMS as that previous
|
||||
/// ratchet, collapsing the key rotation. Callers must generate the salt from a secure random source.
|
||||
/// ratchet, collapsing the key rotation. Callers must generate the salt from a secure random
|
||||
/// source.
|
||||
///
|
||||
/// After ratcheting, all remaining controllers must receive the new `GroupKeyHolder`
|
||||
/// via `seal_for` / `unseal`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user