serai/crypto/dalek-ff-group/src
Luke Parker ee6316b26b
Use a Group::random which doesn't have a known DL
While Group::random shouldn't be used instead of a hash to curve, anyone 
who did would've previously been insecure and now isn't.

Could've done a recover_x and a raw Point construction, followed by a 
cofactor mul, to avoid the serialization, yet the serialization ensures 
full validity under the standard from_bytes function. THis also doesn't 
need to be micro-optimized.
2022-08-29 13:02:20 -04:00
..
field.rs FROST Ed448 (#107) 2022-08-29 02:32:59 -05:00
lib.rs Use a Group::random which doesn't have a known DL 2022-08-29 13:02:20 -04:00