Skip to content

Commit

Permalink
Fix pqc.sign.sphincs_shake_256f_simple
Browse files Browse the repository at this point in the history
Underlying CFFI module was broken due to a stupid typo
  • Loading branch information
James-E-A committed Mar 26, 2024
1 parent 204d026 commit 1cc2833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cffi_modules/sphincs-shake-256f-simple_clean.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from cffi_modules._sphincs_cffi_maker import make_sphincs_ffi

ffi = make_sphincs_ffi('./Modules/PQClean/crypto_sign/sphincs-shake-256s-simple/clean')
ffi = make_sphincs_ffi('./Modules/PQClean/crypto_sign/sphincs-shake-256f-simple/clean')
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = 'pypqc'
version = '0.0.7.0-rc1'
version = '0.0.7.0-rc2'
description = 'Python bindings for the "PQClean" post-quantum cryptography library.'
readme = 'README.rst'
license.file = 'COPYING.rst'
Expand Down

0 comments on commit 1cc2833

Please sign in to comment.