mirror of
https://github.com/pezkuwichain/bizinikiwi-bn.git
synced 2026-06-13 23:21:10 +00:00
modulus
This commit is contained in:
@@ -152,6 +152,9 @@ impl Fq {
|
||||
pub fn into_u256(self) -> arith::U256 {
|
||||
(self.0).into()
|
||||
}
|
||||
pub fn modulus() -> arith::U256 {
|
||||
fields::Fq::modulus()
|
||||
}
|
||||
}
|
||||
|
||||
impl Add<Fq> for Fq {
|
||||
|
||||
Reference in New Issue
Block a user