Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmets committed Jan 18, 2024
1 parent 13dde24 commit 9efb3a7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devtools
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"file_name": "mit.json"
},
"version_cmd": {
"app_version": "0.1.3",
"app_version": "0.2.0",
"track_descriptor": true,
"track_chart": false,
"components": [
{
"name": "lib",
"target": "quantcrypt",
"ignore": [],
"hash": "387c41d39a4948859cb6743ed6533c50"
"hash": "cff9c9ea6cc77cfa875cb213fb7deece"
}
]
},
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
_NOTE: This changelog is generated and managed by [devtools-cli](https://pypi.org/project/devtools-cli/), **do not edit manually**._


### [0.1.3] - 2024-01-12 - _latest_
### [0.2.0] - 2024-01-19 - _latest_

- Added keygen subcommand for qclib CLI
- Implemented the KryptonFile class for file cryptography
- Doubled the memory cost of Argon2 default security parameters
- Argon2 now outputs 64 byte hashes by default
- Implemented the KryptonKEM class which uses asymmetric KEM keys
- Changed KEM keyfile suffixes from .qclib to .qc in CLI keygen subcommand

### [0.1.3] - 2024-01-12

- Added CHANGELOG.md
- Renamed MemSize class in KDF module to MemCost and changed its interface
- Added CLI command `qclib` with options `--info` and `--version`

[0.2.0]: https://github.com/aabmets/quantcrypt/compare/0.1.3...0.2.0
[0.1.3]: https://github.com/aabmets/quantcrypt/compare/0.1.0...0.1.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quantcrypt"
version = "0.1.3"
version = "0.2.0"
description = "Cross-platform Python library for Post-Quantum Cryptography using precompiled PQClean binaries"
authors = ["Mattias Aabmets <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9efb3a7

Please sign in to comment.