mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 03:59:22 +00:00
3dab26cd94
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. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
FROST
Implementation of FROST for any curve with a ff/group API.