noble-bls12-381 icon indicating copy to clipboard operation
noble-bls12-381 copied to clipboard

DEPRECATED. Use noble-curves instead. Fastest JS implementation of BLS12-381.

Results 5 noble-bls12-381 issues
Sort by recently updated
recently updated
newest added

Quoting README.md: > But, JIT-compiler and Garbage Collector make "constant time" extremely hard to achieve in a scripting language. In the context of cryptographic security "constant time" is not about...

I need to perform hash to curve on G1, like this: https://github.com/kilic/bls12-381/blob/6045b0235e36793a56ad254cc6d2af650c3a584f/g1.go#L827-L846 Is that currently possible with Noble? I wasn't able to find the required function. If not, would you...

# Not working with DFinity bls ## Description When I tried to use this library instead of BLS_verify implementation into agent-js library I cannot make it work. I only obtained...

enhancement

@paulmillr Hi, [Learning fast elliptic-curve cryptography in JS](https://paulmillr.com/posts/noble-secp256k1-fast-ecc/) This blog helped me a lot and gave me an in-depth understanding of secp256k1, but bls12-381 is very different from secp256k1 and...

https://www.ietf.org/rfcdiff?url1=draft-irtf-cfrg-hash-to-curve-07&url2=draft-irtf-cfrg-hash-to-curve-09