A reimplementation in pure Nim of eth-keys, the common API for Ethereum key operations.
Go to file
mratsim 18b8617d37 toHex: array indexing requires explicit bytes->int conversion
on latest devel
2018-03-01 13:43:42 +01:00
src toHex: array indexing requires explicit bytes->int conversion 2018-03-01 13:43:42 +01:00
tests Add signing verification and public key recovery 2018-02-14 20:40:05 +01:00
.gitignore Libsecp256k1 backend (#2) 2018-02-14 16:24:29 +01:00
LICENSE Set license to Apache v2 2018-02-27 19:41:16 +02:00
README.md Update README: Implementation with libsecp256k1 backend finished 2018-02-14 20:49:26 +01:00
eth_keys.nimble Set license to Apache v2 2018-02-27 19:41:16 +02:00

README.md

Nim ETH-keys

License: MIT Stability: experimental

A reimplementation in pure Nim of eth-keys, the common API for Ethereum key operations.

By default, Nim eth-keys uses Bitcoin's libsecp256k1 as a backend. Make sure libsecp256k1 is available on your system.

An experimental pure Nim backend (Warning ⚠: do not use in production) is available with the compilation switch -d:backend_native