Hello,
I need the following.
I need to hash to G1 for the BLS12-381 curve using the standard IRTF but with the domain string of G2 rather than G1.
This is because drand has a bug in the implementation: in the hash to G1 use the domain string of G2 .
I could not find how I can modify the domain string programmatically in arkworks.
Any hint?