Skip to content

Commit 712775c

Browse files
committed
stash changes adding gf2 to tests
1 parent 2c8c80a commit 712775c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gkr/src/poly_commit/orion_test.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use arith::Field;
22
use ark_std::test_rng;
3+
use gf2::GF2;
34
use gf2_128::GF2_128;
45
use mersenne31::M31Ext3;
56

@@ -79,5 +80,6 @@ fn test_orion_code_generic<F: Field>() {
7980
#[test]
8081
fn test_orion_code() {
8182
test_orion_code_generic::<GF2_128>();
83+
test_orion_code_generic::<GF2>();
8284
test_orion_code_generic::<M31Ext3>();
8385
}

0 commit comments

Comments
 (0)