Skip to content

jwasinger/evmmax-arith

Repository files navigation

evmmax-arith

Library for performing modular addition, subtraction and Montgomery multiplication

Usage

Build the code generator and generate the arithmetic code:

(cd generator && go build)
make build

Run benchmarks:

go test -bench=.

Run tests:

go test -run=.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published