serai/coins/monero
Luke Parker d10c6e16dc
Move FROST to HashMaps
Honestly, the borrowed keys are frustrating, and this probably reduces 
performance while no longer offering an order when iterating. That said, 
they enable full u16 indexing and should mildly improve the API.

Cleans the Proof of Knowledge handling present in key gen.
2022-05-24 21:41:14 -04:00
..
c Have the C++ RNG apply a DST 2022-05-22 15:56:12 -04:00
src Move FROST to HashMaps 2022-05-24 21:41:14 -04:00
tests Move FROST to HashMaps 2022-05-24 21:41:14 -04:00
.gitignore Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00
build.rs Override Monero's random function with a Rust-seedable random 2022-05-22 01:56:17 -04:00
Cargo.toml Implement shared key derivation according to https://github.com/monero-project/research-lab/issues/103 2022-05-20 01:03:54 -04:00
LICENSE Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00