serai/crypto
Luke Parker 73205c5f96
Transcript the offset as a point
Potentially improves privacy with the reversion to a coordinator 
setting, where the coordinator is the only party with the offset. While 
any signer (or anyone) can claim key A relates to B, they can't prove it 
without the discrete log of the offset. This enables creating a signing 
process without a known offset, while maintaining a consistent 
transcript format.

Doesn't affect security given a static generator. Does have a slight 
effect on performance.
2022-08-13 08:50:59 -04:00
..
dalek-ff-group Add implementation for is_odd() () 2022-08-12 15:05:48 -05:00
dleq Use zeroize instead of 0-sets 2022-08-12 01:14:13 -04:00
frost Transcript the offset as a point 2022-08-13 08:50:59 -04:00
multiexp Use zeroize instead of 0-sets 2022-08-12 01:14:13 -04:00
transcript Apply an initial set of rustfmt rules 2022-07-16 15:16:30 -05:00