dusk-network / bls12_381

Implementation of the BLS12-381 pairing-friendly elliptic curve group with extra features needed by the Dusk-Network team
Other
19 stars 20 forks source link

Refactor and rename `Scalar::from_bytes_wide` #138

Closed moCello closed 9 months ago

moCello commented 9 months ago

It now used a 512-bit large destination string to hash into. New name: from_blake2b hash_to_scalar.

Resolves #137

moCello commented 9 months ago

unfortunately the name hash_to_field is already in use in the hash_to_curve module.