LLFourn / secp256kfun

A pure-rust secp256k1 library optimised for fun
BSD Zero Clause License
100 stars 29 forks source link

add hash_to_curve #124

Open LLFourn opened 1 year ago

LLFourn commented 1 year ago

k256 has implemented it upstream: https://github.com/RustCrypto/elliptic-curves/blob/master/k256/src/arithmetic/hash2curve.rs

So should be easy to vendor this.