constants::sinsemilla: Remove Q_ and S_PERSONALIZATION.

These are part of the sinsemilla gadget and are not Orchard-specific.
They will live in primitives::sinsemilla.
This commit is contained in:
therealyingtong 2022-01-27 08:35:59 +08:00
parent 28f2d7a84b
commit 91bc1edf8f
1 changed files with 0 additions and 10 deletions

View File

@ -27,16 +27,6 @@ pub(crate) const L_ORCHARD_MERKLE: usize = 255;
/// SWU hash-to-curve personalization for the Merkle CRH generator
pub const MERKLE_CRH_PERSONALIZATION: &str = "z.cash:Orchard-MerkleCRH";
// Sinsemilla Q generators
/// SWU hash-to-curve personalization for Sinsemilla $Q$ generators.
pub const Q_PERSONALIZATION: &str = "z.cash:SinsemillaQ";
// Sinsemilla S generators
/// SWU hash-to-curve personalization for Sinsemilla $S$ generators.
pub const S_PERSONALIZATION: &str = "z.cash:SinsemillaS";
/// Generator used in SinsemillaHashToPoint for note commitment
pub const Q_NOTE_COMMITMENT_M_GENERATOR: ([u8; 32], [u8; 32]) = (
[