code/early_research_code/hash_mnemonics/README.md

16 lines
405 B
Markdown
Raw Normal View History

# CSV File Hasher
This tool generates SHA256 hashes over some parts of a CSV file.
We used it as part of the data generation for our public BIP39 mnemonic lookup service.
## Usage
See the application `--help` output.
## License
Licensed under either of `Apache License, Version 2.0` or `MIT` license at your option.
## Credits
Written by Heiko Schaefer, with some improvements by Christian Reitter.