nim-eth/doc/keyfile.md

6 lines
357 B
Markdown
Raw Normal View History

2019-02-06 10:15:03 +00:00
# keyfile
2019-02-06 09:57:08 +00:00
## Introduction
This library is a Nim reimplementation of [ethereum/eth-keyfile](https://github.com/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.