serai/coins/monero
Luke Parker 5ede5b9e8f
Update the DLEq proof for any amount of generators
The two-generator limit wasn't required nor beneficial. This does 
theoretically optimize FROST, yet not for any current constructions. A 
follow up proof which would optimize current constructions has been 
noted in #38.

Adds explicit no_std support to the core DLEq proof.

Closes #34.
2022-07-13 23:29:48 -04:00
..
c Close https://github.com/serai-dex/serai/issues/30. 2022-07-09 21:51:39 -04:00
src Update the DLEq proof for any amount of generators 2022-07-13 23:29:48 -04:00
tests Fix https://github.com/serai-dex/serai/issues/14. 2022-07-12 01:28:01 -04:00
.gitignore Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00
build.rs Close https://github.com/serai-dex/serai/issues/30. 2022-07-09 21:51:39 -04:00
Cargo.toml Version bump and synchronize packages 2022-07-12 03:38:59 -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.