Skip to content

Commit 9c490c8

Browse files
committed
chore: add TODO
1 parent 3ee3838 commit 9c490c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rln/src/circuit/id_secret.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ use zeroize::{Zeroize, ZeroizeOnDrop};
88

99
use super::Fr;
1010

11+
// TODO(PR12): consider renaming `IdSecret` to a general `SecretFr` wrapper so the extended keygen
12+
// secrets (`identity_trapdoor` / `identity_nullifier`, today raw `Fr`) can be zeroize-protected too.
13+
1114
/// Secret field-element wrapper zeroized on drop.
1215
#[derive(
1316
Debug, Zeroize, ZeroizeOnDrop, Clone, PartialEq, CanonicalSerialize, CanonicalDeserialize,

0 commit comments

Comments
 (0)