Skip to content

Commit

Permalink
Bump version to 3.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Apr 14, 2022
1 parent ca2f4ff commit 6d2bd98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for the optimized Picnic implementation

## Version 3.0.13 -- 2022-04-15

* Add the `plain32` implementation of SHAKE and automatically enable it for 32-bit targets.
* Avoid `__builtin_cpu_supports` on Apple as support is spotty.
* Reduce memory usage.

## Version 3.0.12 -- 2022-03-29

* Improve matrix multiplication for L5 instances on AVX2. This improves the performance of Picnic-L5-{FS,UR} by up to 5 %.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# project info
set(PICNIC_MAJOR_VERSION 3)
set(PICNIC_MINOR_VERSION 0)
set(PICNIC_PATCH_VERSION 12)
set(PICNIC_PATCH_VERSION 13)
set(PICNIC_VERSION ${PICNIC_MAJOR_VERSION}.${PICNIC_MINOR_VERSION}.${PICNIC_PATCH_VERSION})

project(picnic LANGUAGES C CXX VERSION ${PICNIC_VERSION})
Expand Down

0 comments on commit 6d2bd98

Please sign in to comment.