serai/coins/monero
Luke Parker 3dab26cd94
Correct discrepancies with the IETF draft
While all the transcript/extension code works as expected, which means, 
they don't cause any conflicts, n was still capped at u64::MAX at 
creation when it needs to be u16. Furthermore, participant index and 
scalars/points were little endian instead of big endian/curve dependent.
2022-05-06 07:49:18 -04:00
..
c Clean up code, correct a few bugs, add leader based one-time-key/BP gen 2022-04-28 20:09:31 -04:00
src Correct discrepancies with the IETF draft 2022-05-06 07:49:18 -04:00
tests Use a global transcript 2022-05-06 07:33:08 -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 more specific versions from the monero package 2022-05-06 07:33:44 -04:00
LICENSE Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00