Skip to content

Commit

Permalink
Merge pull request #37 from HLRichardson-Git/release/0.6.2
Browse files Browse the repository at this point in the history
Adds documentation for 0.6.2 release
  • Loading branch information
HLRichardson-Git authored Nov 3, 2024
2 parents 18e2b87 + 11379d2 commit 6004653
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Gestalt Releases
Gestalt 0.6
-----------

### Changes between 0.6.1 and 0.6.2 [3 Nov 2024]

* Adds `peerPublicKey` as parameter for ECDSA signature verification
* Adds `ECDSAPublicKey` and `ECDHPublicKey` to be used for ECC public keys in place of old `Point` class
* Adds `HashAlgorithm` enum as parameter to ECDSA signature generation/ verification to select hash to be used
* Refactors ECDH to force user to pass `ECDHPublicKey` as parameter to compute shared secret for simplicity
* Implements CI/CD GitHub action workflow to run unit tests on push/PR to main or release branches

### Changes between 0.6 and 0.6.1 [8 Aug 2024]

* Refactors unit tests
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16.3)

# Project setup
project (Gestalt VERSION 0.6.1 LANGUAGES C CXX)
project (Gestalt VERSION 0.6.2 LANGUAGES C CXX)
set (CMAKE_C_STANDARD 99)
set (CMAKE_CXX_STANDARD 11)
set (CMAKE_POSITION_INDEPENDENT_CODE ON)
Expand Down

0 comments on commit 6004653

Please sign in to comment.