ecrecover/README.md
2019-08-02 15:55:46 +02:00

441 B

ecrecover

FFI export of Ethereum's ecrecover, with Erlang integration.

prerequisite:

to compile: cargo build make (automatically runs tests).

to test: make test (requires gcc)

(if you don't see Test passed then something went wrong).