ecrecover/README.md
2019-08-01 15:58:21 +02:00

318 B

ecrecover

FFI export of Ethereum's ecrecover

prerequisite:

to compile: cargo build

to test: make (requires gcc) ./test

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