serai/crypto
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
..
dalek-ff-group Use a Group::random which doesn't have a known DL 2022-08-29 13:02:20 -04:00
dleq Add a repository field to the DLEq Cargo.toml 2022-08-26 09:10:34 -04:00
ed448 Use a Group::random which doesn't have a known DL 2022-08-29 13:02:20 -04:00
frost FROST Ed448 (#107) 2022-08-29 02:32:59 -05:00
multiexp Comment the previous commit 2022-08-13 19:43:18 -04:00
transcript Apply an initial set of rustfmt rules 2022-07-16 15:16:30 -05:00