mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-26 18:56:23 -05:00
* vendor: seed crate from monero-serai * refactor: make approval type generic over respone from frontend * progress * Raphaels Progress * feat(gui): seed import flow skeleton * fix(gui): Seed import in the development version * fix(gui): specify the imported seed type * remove initializeHandle, make tauri handle non optional in state, dont allow closing seed dialog * feat(gui): check if seed is valid dynamically * fix(gui): refine the dynamic seed validation * push * progress * progress * Fix pending trimeout --------- Co-authored-by: Maksim Kirillov <artist@eduroam-141-23-183-184.wlan.tu-berlin.de> Co-authored-by: Maksim Kirillov <artist@eduroam-141-23-189-144.wlan.tu-berlin.de> Co-authored-by: Maksim Kirillov <maksim.kirillov@staticlabs.de>
11 lines
271 B
Markdown
11 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).
|