serai/crypto
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
..
dalek-ff-group Cleanup which makes transcript optional, only required for multisig 2022-05-03 08:49:46 -04:00
frost Correct discrepancies with the IETF draft 2022-05-06 07:49:18 -04:00
multiexp Fix https://github.com/serai-dex/serai/issues/5 2022-05-03 07:42:09 -04:00
transcript Use a global transcript 2022-05-06 07:33:08 -04:00