PySecretHandshake
PySecretHandshake copied to clipboard
Secret Handshake implementation in Python
First step for GH-2. For now, there is just an index and auto-generated documentation for classes and functions. The content still needs to be written manually
Implements GH-1 (using submodules instead of installing a package, but it's a detail) There are still some missing parts, but I can't figure out how to use some of the...
Something similar to what [requests](http://docs.python-requests.org/en/master/) has would be nice. Quick example + API docs would probably be enough for now.
Create a set of tests that can be [parametrized](https://docs.pytest.org/en/latest/parametrize.html) with data from [test-secret-handshake](https://github.com/auditdrivencrypto/test-secret-handshake). A possible strategy to install/accommodate this would be: ```sh $ pip install -e .[upstream-tests] ``` Which would...
Bumps [pynacl](https://github.com/pyca/pynacl) from 1.3.0 to 1.6.2. Changelog Sourced from pynacl's changelog. 1.6.2 (2026-01-01) Updated libsodium to 1.0.20-stable (2025-12-31 build) to resolve CVE-2025-69277. 1.6.1 (2025-11-10) The MAKE environment variable can now...