From 39ee9f8333f1ec8786053568ba441159e0223db5 Mon Sep 17 00:00:00 2001 From: dAxpeDDa Date: Mon, 13 Jun 2022 03:36:06 +0200 Subject: [PATCH] Allow bigger `c1` constant in `OsswuMapParams` --- elliptic-curve/src/hash2curve/osswu.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elliptic-curve/src/hash2curve/osswu.rs b/elliptic-curve/src/hash2curve/osswu.rs index f803863b1..8b646f874 100644 --- a/elliptic-curve/src/hash2curve/osswu.rs +++ b/elliptic-curve/src/hash2curve/osswu.rs @@ -11,7 +11,7 @@ where F: Field, { /// The first constant term - pub c1: [u64; 4], + pub c1: &'static [u64], /// The second constant term pub c2: F, /// The ISO A variable or Curve A variable