Skip to content

Commit 1057caa

Browse files
Remove ZSA_ISSUE_NOTE_RHO_PERSONALIZATION:
1 parent ab9e475 commit 1057caa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/note.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ pub use self::commitment::{ExtractedNoteCommitment, NoteCommitment};
2626
pub(crate) mod nullifier;
2727
pub use self::nullifier::Nullifier;
2828

29-
const ZSA_ISSUE_NOTE_RHO_PERSONALIZATION: &[u8; 16] = b"ZSA_IssueNoteRho";
30-
3129
/// The randomness used to construct a note.
3230
#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord)]
3331
pub struct Rho(pallas::Base);

0 commit comments

Comments
 (0)