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

Implement OpenSSL::BN#abs #430

Merged
merged 1 commit into from
Apr 2, 2021
Merged

Implement OpenSSL::BN#abs #430

merged 1 commit into from
Apr 2, 2021

Conversation

rickmark
Copy link
Contributor

Provides an efficient way to guarantee positive values

Resolves #429 - missing chunk from prior PR

test/openssl/test_bn.rb Outdated Show resolved Hide resolved
ext/openssl/ossl_bn.c Show resolved Hide resolved
.gitignore Outdated Show resolved Hide resolved
Adds standard math abs fuction and revises uplus to return a duplicated object due to BN mutability
@rhenium rhenium merged commit 485a6d6 into ruby:master Apr 2, 2021
@rhenium
Copy link
Member

rhenium commented Apr 2, 2021

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants