diff --git a/docs/lee_key_protocol.md b/docs/lee_key_protocol.md index 24f50066..fa0492ca 100644 --- a/docs/lee_key_protocol.md +++ b/docs/lee_key_protocol.md @@ -15,7 +15,6 @@ struct ViewingSecretKey { d: [u8; 32], z: [u8; 32] } type ViewingPublicKey = MlKem768EncapsulationKey; // 1184 bytes — ML-KEM 768 encapsulation key /// Signing related keys -/// Do we need to define AccountId generation or is that handled in Sergio's? ``` ## HD wallet