serai/coins/monero
Luke Parker d620231530
Remove Monero torsion-free requirement and make output keys 32 bytes
Maintains the torsion-free requirement in the one place it's used (key 
images).

In the modern day, the output keys are checked to be points, yet in 
older protocol versions they were allowed to be arbitrary bytes.

Closes https://github.com/serai-dex/serai/issues/23 and 
https://github.com/serai-dex/serai/issues/25.
2022-08-30 01:02:55 -04:00
..
generators Generate Bulletproofs(+) generators at compile time 2022-08-21 06:36:53 -04:00
src Remove Monero torsion-free requirement and make output keys 32 bytes 2022-08-30 01:02:55 -04:00
tests Lint previous commit 2022-08-22 13:35:49 -04:00
.gitignore Generate Bulletproofs(+) generators at compile time 2022-08-21 06:36:53 -04:00
build.rs Update visibility of various items in Monero 2022-08-21 11:06:17 -04:00
Cargo.toml Update Monero crate description 2022-08-25 04:02:30 -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.