serai/coins/monero
Luke Parker 7c0886a113
Support signing Monero TXs with multiple inputs
Remove's CLSAG's msg Rc for the msg available through AlgorithmMachine. 
Potentially slightly more inefficient, as it needs to be converted from 
a slice to a [u8; 32], yet removes a re-impl.

Also removes a match for an if.
2022-05-18 00:53:13 -04:00
..
c Add Rust CLSAG verification 2022-05-13 20:26:29 -04:00
src Support signing Monero TXs with multiple inputs 2022-05-18 00:53:13 -04:00
tests Support signing Monero TXs with multiple inputs 2022-05-18 00:53:13 -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 Remove simd_backend as a used dalek feature 2022-05-14 00:59:14 -04:00
LICENSE Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00