Aggregate signature shares into final signature Returns a 64-byte concatenated signature (R || z) like Ed25519
Coordinate the signing process by collecting commitments and creating signing package
Verify a FROST signature Takes a 64-byte concatenated signature (R || z) like Ed25519 Uses cofactored verification as per RFC 9591: [8][z]B = [8]R + [8][c]PK
Aggregate signature shares into final signature Returns a 64-byte concatenated signature (R || z) like Ed25519