- Restored --version and --info options to qclib CLI command
0.4.1
- Prettified encrypt and decrypt CLI commands - Prettified sign and verify CLI commands - Added pytests for all CLI commands - FastSphincs and SmallSphincs now generate armored keyfiles without underscores in their names in the keyfile envelopes
0.3.4
- Updated PQClean dependency to commit 3b43bc6 - Prettified keygen and optimize CLI command - Improved --help docs for qclib CLI commands - Fixed an issue with precompiled binaries Python version
0.3.3
- Added security statement to README.md - KryptonKEM now accepts relative paths as parameter inputs - KryptonFile now accepts strings and relative paths as parameter inputs - DSS sign_file and verify_file now accept relative paths as parameter inputs
0.3.2
Updated the Documentation link for PyPI, there are no substantive changes to the source code. This release is purely informative.
0.3.1
- Added sign_file and verify_file methods to BaseDSS class - Added sign and verify CLI commands