Skip to content

Releases: leventkaragol/libcpp-crypto

v1.4.0

02 Jul 11:00

Choose a tag to compare

Summary

This release includes HMAC SHA-256 encryption.

Changes

  • Changed: HMAC SHA-256 encryption function has been added
  • Changed: Project documentation has been updated according to changes
  • Changed: Examples and test codes has been updated according to changes

v1.3.1

02 Jul 06:48

Choose a tag to compare

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

30 Jun 21:05

Choose a tag to compare

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

31 May 19:24

Choose a tag to compare

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

21 May 06:43

Choose a tag to compare

Summary

This release includes hash feature.

Changes

  • Added: Hash operations should be performed via SHA-256 (#3)
  • Changed: Project documentation has been updated according to changes
  • Changed: Examples and test codes has been updated according to changes

v1.1.0

20 May 02:35
ee7367d

Choose a tag to compare

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

19 May 10:48

Choose a tag to compare

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