Smash out polyseed

This commit is contained in:
Luke Parker
2024-06-23 05:34:41 -04:00
parent df095f027f
commit 1e2e3bd5ce
24 changed files with 210 additions and 115 deletions

View File

@@ -0,0 +1,12 @@
# Monero Wallet Utilities
Additional utility functions for monero-wallet.
This library is isolated as it adds a notable amount of dependencies to the
tree, and to be a subject to a distinct versioning policy. This library may
more frequently undergo breaking API changes.
### Features
- Support for Monero's seed algorithm
- Support for Polyseed

View File

@@ -0,0 +1,2 @@
pub use monero_seed as seed;
pub use monero_polyseed as seed;