Clean and document monero-address

This commit is contained in:
Luke Parker
2024-07-01 17:58:35 -04:00
parent 8319d219d7
commit 69e077bf7a
13 changed files with 489 additions and 292 deletions

View File

@@ -1,6 +1,6 @@
# Polyseed
# Monero Address
Rust implementation of [Polyseed](https://github.com/tevador/polyseed).
Rust implementation of Monero addresses.
This library is usable under no-std when the `std` feature (on by default) is
disabled.