Skip to content
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

Missing bindings for crypto_core_ed25519_scalar_mul #153

Open
0xabrarhussain opened this issue Nov 17, 2021 · 0 comments
Open

Missing bindings for crypto_core_ed25519_scalar_mul #153

0xabrarhussain opened this issue Nov 17, 2021 · 0 comments

Comments

@0xabrarhussain
Copy link

From the section https://doc.libsodium.org/advanced/point-arithmetic#scalar-arithmetic-over-l

There's the function:

void crypto_core_ed25519_scalar_mul(unsigned char *z, const unsigned char *x, const unsigned char *y);

The crypto_core_ed25519_scalar_mul() function stores x * y (mod L) into z.

Seems like sodium-native doesn't include this binding?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant