-
Notifications
You must be signed in to change notification settings - Fork 124
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
dsa: migrate to crypto-bigint
#906
base: master
Are you sure you want to change the base?
Conversation
cc @aumetra |
Apologies, I was a bit absent lately. I'll have a look when I get the time (which should be in like two hours at max) |
No need to apologize! Please take care. If there are specific things you wanted to be taken care of, please let me know I'd be happy to. |
required because of crypto-bigint
out of the last 3 tests that still fail:
Overall having to adjust precisions seems to be ... inefficent? error-prone? I guess there is a way better method for doing that. I need to have a look at RSA how they did it there. |
b8e5f35
to
a5b6804
Compare
a5b6804
to
fde178e
Compare
Seems like even |
Scratch that, it existed, I just didn't see it at that time |
@baloo the precision aspect is definitely a bit tricky. |
Oh I understand why it's done! I'm just not sure I know what I'm doing [insert here the picture of a dog]. |
This is a rebase of #784
There are two commits on top that I think should fix tests. There is a bit of cleanup to do still.