Packages

BIP-39 mnemonic tools for Elixir

Current section

Files

Jump to
mnemonist CHANGELOG.md
Raw

CHANGELOG.md

# Mnemonist Changelog
## 1.0.0 / 2025-08-25
Initial release. While the specific interface and documentation is mine, this
project would not exist without the work of others before me whose projects
provided useful insights and examples:
- [LanfordCai/mnemonic](https://github.com/LanfordCai/mnemonic)
- [aerosol/mnemo](https://github.com/aerosol/mnemo)
- [ayrat555/mnemoniac](https://github.com/ayrat555/mnemoniac)
- [izelnakri/mnemonic](https://github.com/izelnakri/mnemonic)
- [rudebono/bip39](https://github.com/rudebono/bip39)
- [trezor/python-mnemonic](https://github.com/trezor/python-mnemonic)
- [riverrun/pbkdf2\_elixir](https://github.com/riverrun/pbkdf2_elixir)