You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is partly addressed in #81. It is necessary to implement the isomorphic curve iso_secp256k1 described here and its a mapping to the original secp256k1
Currently for
Secp256k1::hash_to_curve
we use Shallue-van de Woestijne method, but we could also use Simplified Shallue-van de Woestijne-Ulas method for better performance.The text was updated successfully, but these errors were encountered: