Skip to content

Commit 6d2bd98

Browse files
committed
Bump version to 3.0.13
1 parent ca2f4ff commit 6d2bd98

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for the optimized Picnic implementation
22

3+
## Version 3.0.13 -- 2022-04-15
4+
5+
* Add the `plain32` implementation of SHAKE and automatically enable it for 32-bit targets.
6+
* Avoid `__builtin_cpu_supports` on Apple as support is spotty.
7+
* Reduce memory usage.
8+
39
## Version 3.0.12 -- 2022-03-29
410

511
* Improve matrix multiplication for L5 instances on AVX2. This improves the performance of Picnic-L5-{FS,UR} by up to 5 %.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
1212
# project info
1313
set(PICNIC_MAJOR_VERSION 3)
1414
set(PICNIC_MINOR_VERSION 0)
15-
set(PICNIC_PATCH_VERSION 12)
15+
set(PICNIC_PATCH_VERSION 13)
1616
set(PICNIC_VERSION ${PICNIC_MAJOR_VERSION}.${PICNIC_MINOR_VERSION}.${PICNIC_PATCH_VERSION})
1717

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

0 commit comments

Comments
 (0)