mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 14:09:25 +00:00
Smash out polyseed
This commit is contained in:
12
coins/monero/wallet/util/README.md
Normal file
12
coins/monero/wallet/util/README.md
Normal 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
|
||||
2
coins/monero/wallet/util/src/lib.rs
Normal file
2
coins/monero/wallet/util/src/lib.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub use monero_seed as seed;
|
||||
pub use monero_polyseed as seed;
|
||||
Reference in New Issue
Block a user