Skip to content

Commit

Permalink
field arithmetic cleanup
Browse files Browse the repository at this point in the history
Co-authored-by: Armando Faz <armfazh@users.noreply.github.com>
  • Loading branch information
pufferffish and armfazh committed Dec 9, 2022
1 parent d81cf1e commit a4bc835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions math/gf4096/gf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ type (
)

func assertEq(t *testing.T, a, b Gf) {
t.Helper()
if a != b {
test.ReportError(t, b, a)
}
Expand Down

0 comments on commit a4bc835

Please sign in to comment.