mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
.. | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Monero Address
Rust implementation of Monero addresses.
This library is usable under no-std when the std
feature (on by default) is
disabled.
Cargo Features
std
(on by default): Enablesstd
(and with it, more efficient internal implementations).