mirror of
https://github.com/pezkuwichain/bizinikiwi-bn.git
synced 2026-07-23 17:05:41 +00:00
use u128 for bigint limbs (#9)
* update to rand 0.5 * use u128 for bigint limbs
This commit is contained in:
committed by
Nikolay Volf
parent
786c0d5643
commit
9f1acd94df
+1
-1
@@ -120,7 +120,7 @@ impl Fq12 {
|
||||
}
|
||||
|
||||
pub fn exp_by_neg_z(&self) -> Fq12 {
|
||||
self.cyclotomic_pow(U256([4965661367192848881, 0, 0, 0]))
|
||||
self.cyclotomic_pow(U256::from([4965661367192848881, 0, 0, 0]))
|
||||
.unitary_inverse()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user