Releases: leventkaragol/libcpp-crypto
Releases · leventkaragol/libcpp-crypto
v1.3.1
Summary
This release includes minor improvements.
Changes
- Changed: RSA padding changed to PKCS1 OAEP for compatibility with other languages
- Changed: Project documentation has been updated according to changes
- Changed: Examples and test codes has been updated according to changes
v1.3.0
Summary
This release includes public/private key pair generation functionality for asymmetric encryption.
Changes
- Added: Public/Private Key Pair Generation Function for RSA (#11)
- Changed: Project documentation has been updated according to changes
- Changed: Examples and test codes has been updated according to changes
v1.2.1
Summary
This release includes minor improvements.
Changes
- Changed: Code structure has been revised
- Changed: Project documentation has been updated according to changes
- Changed: Examples and test codes has been updated according to changes
v1.2.0
v1.1.0
Summary
This release includes asymmetric encryption and related features.
Changes
- Added: Encryption and decryption operations should be performed via RSA (#2)
- Changed: Project documentation has been updated according to changes
- Changed: Examples and test codes has been updated according to changes
v1.0.0
Summary
This is the first official release available for use in production.
Changes
- Added: Library source code has been added.
- Added: Example codes has been added to "example" folder
- Added: Test codes has been added to "test" folder
- Added: Test workflows have been added for both Linux and Windows
- Added: Project documentation has been added to README.md file