serai/coins/monero
Luke Parker 573f847a9b
Implement shared key derivation according to https://github.com/monero-project/research-lab/issues/103
Currently solely used for single signer change outputs, intended to be 
used for funds into Serai and multisig change outputs (dependent on #2).

Also cleans the file layout, makes scanning a bit more robust, doesn't 
return outputs of amount 0, and shuffles outputs.
2022-05-20 01:03:54 -04:00
..
c Add Rust CLSAG verification 2022-05-13 20:26:29 -04:00
src Implement shared key derivation according to https://github.com/monero-project/research-lab/issues/103 2022-05-20 01:03:54 -04:00
tests Implement shared key derivation according to https://github.com/monero-project/research-lab/issues/103 2022-05-20 01:03:54 -04:00
.gitignore Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00
build.rs Correct the placement of the wrapper rebuild in the build script 2022-04-27 22:49:18 -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