mirror of
https://github.com/pezkuwichain/bizinikiwi-bn.git
synced 2026-06-22 04:31:07 +00:00
to big endian for elments
This commit is contained in:
@@ -79,6 +79,10 @@ macro_rules! field_impl {
|
||||
pub fn modulus() -> U256 {
|
||||
U256($modulus)
|
||||
}
|
||||
|
||||
pub fn raw(&self) -> &U256 {
|
||||
&self.0
|
||||
}
|
||||
}
|
||||
|
||||
impl FieldElement for $name {
|
||||
|
||||
Reference in New Issue
Block a user