From e4d6af620f2ab8e6e797bdc1f3fa4b15e4461ebe Mon Sep 17 00:00:00 2001 From: therealyingtong Date: Wed, 24 Mar 2021 19:46:34 +0800 Subject: [PATCH] Add l_value to constants --- src/constants.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/constants.rs b/src/constants.rs index 1a695ad3..52e19a88 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -17,6 +17,9 @@ pub mod util; /// $\ell^\mathsf{Orchard}_\mathsf{base}$ pub(crate) const L_ORCHARD_BASE: usize = 255; +/// $\ell_\mathsf{value}$ +pub(crate) const L_VALUE: usize = 64; + // SWU hash-to-curve personalizations /// SWU hash-to-curve personalization