mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 16:53:07 +00:00
Update evm/src/bn254.rs
Co-authored-by: Jacqueline Nabaglo <jakub@mirprotocol.org>
This commit is contained in:
parent
068f74854a
commit
42f98a09ae
@ -59,7 +59,7 @@ pub fn twisted_curve_generator() -> TwistedCurve {
|
||||
]
|
||||
}
|
||||
|
||||
const ZERO: Fp = U256([0, 0, 0, 0]);
|
||||
const ZERO: Fp = U256::zero();
|
||||
|
||||
fn embed_fp2(x: Fp) -> Fp2 {
|
||||
[x, ZERO]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user