mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
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.
FROST
Implementation of FROST for any curve with a ff/group API.