Skip to content

Commit

Permalink
fix visibility of Scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Feb 4, 2025
1 parent 0a682c5 commit 5730fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bls12-377-fr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use rand::distributions::{Distribution, Standard};
use rand::Rng;
use serde::{Deserialize, Deserializer, Serialize, Serializer};

type Scalar = crrl::field::ModInt256<
pub type Scalar = crrl::field::ModInt256<
725501752471715841u64,
6461107452199829505u64,
6968279316240510977u64,
Expand Down

0 comments on commit 5730fe4

Please sign in to comment.