supranational / blst

Multilingual BLS12-381 signature library
Apache License 2.0
454 stars 170 forks source link

Can this library be used as a signature for filecoin? #75

Closed jc0803kevin closed 2 years ago

jc0803kevin commented 2 years ago

Can this library be used as a signature for filecoin?

dot-asm commented 2 years ago

Yes.

dignifiedquire commented 2 years ago

https://github.com/filecoin-project/bls-signatures uses bindings to this to generate filecoin signatures, so yes it very much is possible.

jc0803kevin commented 2 years ago

https://github.com/filecoin-project/bls-signatures uses bindings to this to generate filecoin signatures, so yes it very much is possible.

How to call it using Java, thank you

dot-asm commented 2 years ago

There is Java PoC provided, linked from top-most README.

dot-asm commented 2 years ago

One thing to keep in mind is that we're not actual Java programmers, nor do we strive to be. We limit ourselves to interfacing to Java leaving the rest to actual Java programmers.