]> Cypherpunks.ru repositories - gogost.git/commit
Separate GF^64 and GF^128 multiplier implementations
authorSergey Matveev <stargrave@stargrave.org>
Fri, 8 Oct 2021 09:38:10 +0000 (12:38 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 8 Oct 2021 11:07:57 +0000 (14:07 +0300)
commit7e8907d3f9c6eeec0a49e563923cb0aab0e9aeac
tree6bd2c5322181e54f0974f34d874ead35b251a81c
parentd023c8db1c87409d20fbfe4f2f3237922f009fe5
Separate GF^64 and GF^128 multiplier implementations
mgm/mode.go
mgm/mode_test.go
mgm/mul128.go [new file with mode: 0644]
mgm/mul128_test.go [moved from mgm/mul_test.go with 62% similarity]
mgm/mul64.go [new file with mode: 0644]
mgm/mul64_test.go [moved from mgm/mul.go with 58% similarity]