Skip to content

Commit

Permalink
test: regen larger test vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Jan 22, 2025
1 parent 7f8ccc6 commit 2f04baa
Show file tree
Hide file tree
Showing 2 changed files with 2,256 additions and 2,006 deletions.
4 changes: 2 additions & 2 deletions field/koalabear/sis/sis.sage
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,12 @@ degrees = [5,6,7,8,9]

for bound in bounds:
for degree in degrees:
PARAMS.append(SISParams(5, degree, bound, 10))
PARAMS.append(SISParams(5, degree, bound, 260))

def random_inputs(size, modulus):
return [GFR(random.randint(0, modulus - 1)) for _ in range(size)]

INPUTS = random_inputs(10, R)
INPUTS = random_inputs(260, R)

TEST_CASES = {}

Expand Down
Loading

0 comments on commit 2f04baa

Please sign in to comment.