mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-26 13:39:37 +00:00
12 lines
271 B
Markdown
12 lines
271 B
Markdown
|
# Monero Seeds
|
||
|
|
||
|
Rust implementation of Monero's seed algorithm.
|
||
|
|
||
|
This library is usable under no-std when the `std` feature (on by default) is
|
||
|
disabled.
|
||
|
|
||
|
### Cargo Features
|
||
|
|
||
|
- `std` (on by default): Enables `std` (and with it, more efficient internal
|
||
|
implementations).
|