mattrglobal / pairing_crypto

A library for pairing based cryptography
Apache License 2.0
14 stars 7 forks source link

feat(tooling): additional hash-related fixtures #99

Closed BasileiosKal closed 1 year ago

BasileiosKal commented 1 year ago

Adding hash_to_scalar and MapMessageToScalarAsHash fixtures. There was a request to add them to the spec.

Not sure if we need to also have tests that check them since errors there will make the signature and proof tests to fail (maybe useful for debugging??).