kilic / bls12-381

High-speed BLS12-381 implementation in Go
Apache License 2.0
124 stars 47 forks source link

Add HashG2 With Domain #1

Closed nisdas closed 4 years ago

nisdas commented 4 years ago
kilic commented 4 years ago

HashToG2 and Verification functions are related with BLS signature scheme this package should only consider pairing related logic. So these functions should be in different package or subpackage say, bls12-381/blssig. that may also contain other signature related functions.

nisdas commented 4 years ago

@kilic Closing this so that all signature operations can be implemented in its own package instead of being mixed up with pairing related logic