This commit is contained in:
Dmitry Vagner 2022-12-20 12:47:36 -08:00
parent 7cd0dbaed9
commit 05e835267a

View File

@ -754,6 +754,7 @@ fn make_pow_expected(f: Fp12) -> Vec<U256> {
.collect()
}
#[test]
fn test_pow_fp12() -> Result<()> {
let f: Fp12 = gen_fp12();