-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mulVec is not exposed #10
Comments
Yes, I can expose those functions. There are many functions to be exported for BLS12-381. But is it better to expose them from bls-eth-wasm? |
See EIP 2537. Thanks a lot so far =) I thus need:
|
I see. To expose mclBnG1_mulVec is an easy task. I'm studying the spec of the map-to-g1 function. |
I've exported |
Thanks a lot @herumi, this works like a charm! 😄 |
At EthereumJS-VM we are using this library in order to get the BLS12-381 EIP in our library.
This EIP also needs access to multi scalar multiplication, i.e. the
mclBnG1_mulVec
andmclBnG2_mulVec
functions from mcl. They do not seem to be (directly (?)) exposed. Can this function be exposed?The text was updated successfully, but these errors were encountered: