pyca / pynacl

Python binding to the Networking and Cryptography (NaCl) library
https://pynacl.readthedocs.io/
Apache License 2.0
1.06k stars 233 forks source link

Annotations for `nacl.bindings.crypto_hash` #714

Closed DMRobertson closed 2 years ago

DMRobertson commented 2 years ago

We're going to have fun resolving pyproject.toml later, I suspect.

reaperhulk commented 2 years ago

You might want to (temporarily) cheat by putting the new elements such that they aren't on adjacent lines. We can fix the ordering in a final PR, but that will prevent the conflicts. (This one has a conflict)

DMRobertson commented 2 years ago

Thanks, that's a good idea.

We can fix the ordering in a final PR, but that will prevent the conflicts. (This one has a conflict)

I'm hoping we can replace it with a nacl.bindings.* or nacl.bindings further down the line.