Smash out seed

This commit is contained in:
Luke Parker
2024-06-23 06:31:22 -04:00
parent 1e2e3bd5ce
commit 11dba9173f
22 changed files with 146 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
# Monero Seeds
A Rust implementation of Monero's seed algorithm.
Rust implementation of Monero's seed algorithm.
This library is usable under no-std when the `std` feature (on by default) is
disabled.