pyca/pyopenssl

Stop using BN_set_word

reaperhulk opened this issue · 1 comments

We only use it to set a BN to 65537. We can do this without that function (and then we can remove it in cryptography)

@reaperhulk Could we close this one now?