serai/crypto
Luke Parker bfe34ea6f8
Make the cross-group DLEq bit components pow 2, not the commitments as a whole
Few percent faster. Enables accumulating the current bit's point 
representation, whereas the blinding keys can't be accumulated. Also 
theoretically enables pre-computation of the bit points, removing 
hundreds of additions from the proof. When tested, this was less 
performant, possibly due to cache/heap allocation.
2022-07-05 05:18:12 -04:00
..
dalek-ff-group Implement PrimeFieldBits for dalek-ff-group 2022-06-30 03:17:15 -04:00
dleq Make the cross-group DLEq bit components pow 2, not the commitments as a whole 2022-07-05 05:18:12 -04:00
frost Minor doc updates 2022-07-02 11:04:01 -04:00
multiexp Use a do-while in multiexp, first to please a friend, and then to annoy them 2022-07-02 14:22:17 -04:00
transcript Enable no_std on transcript 2022-06-28 04:02:56 -04:00