mirror of https://github.com/status-im/nim-eth.git
357 B
357 B
keyfile
Introduction
This library is a Nim reimplementation of ethereum/eth-keyfile, which is used to create and load Ethereum keyfile
format and the tools for handling the format and for storing private keys. Currently, the library supports only the PBKDF2 method and does not support the Scrypt method.