serai/coins/monero
Luke Parker 755d021f8e
Canonicalize read_varint
There is a slight note we only implement u64 varint's, while Monero does 
it for arbitrary uints, yet that's not relevant at this time. It is 
documented in #25.
2022-08-21 08:58:28 -04:00
..
generators Generate Bulletproofs(+) generators at compile time 2022-08-21 06:36:53 -04:00
src Canonicalize read_varint 2022-08-21 08:58:28 -04:00
tests Fix #48 2022-08-21 08:41:19 -04:00
.gitignore Generate Bulletproofs(+) generators at compile time 2022-08-21 06:36:53 -04:00
build.rs Correct Monero build script 2022-08-21 06:48:59 -04:00
Cargo.toml Fix #48 2022-08-21 08:41:19 -04:00
LICENSE Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00
README.md Add READMEs to Serai and Monero 2022-07-08 16:23:26 -04:00

monero-serai

A modern Monero transaction library intended for usage in wallets. It prides itself on accuracy, correctness, and removing common pit falls developers may face.

Threshold multisignature support is available via the multisig feature.