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

Division and modulus with one call #91

Open
rinne opened this issue Jan 19, 2017 · 0 comments
Open

Division and modulus with one call #91

rinne opened this issue Jan 19, 2017 · 0 comments

Comments

@rinne
Copy link

rinne commented Jan 19, 2017

Hi

Since openssl division returns modulus with a single op, it might be a good idea to expose it via this api too.

int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *a, const BIGNUM *d, BN_CTX *ctx);

I wonder if it should be something like n.divMod(d) returning a two item array, first item being a bignum integer result of the division and the other one being the remainder.

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