Skip to content

Commit

Permalink
Falcon Padded rename
Browse files Browse the repository at this point in the history
  • Loading branch information
James-E-A committed Mar 11, 2024
1 parent 05cd62f commit 5b82efe
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Signature Algorithms
SPHINCS+, Dilithium, and Falcon are provided, all with the same interface.::

# Supported: dilithium2, dilithium3, dilithium5,
# falcon_512, falcon_512_padded, falcon_1024, falcon_1024_padded,
# falcon_512, falcon_padded_512, falcon_1024, falcon_padded_1024,
# sphincs_sha2_128f_simple, sphincs_sha2_128s_simple,
# sphincs_shake_128f_simple, sphincs_shake_128s_simple,
# sphincs_sha2_192f_simple, sphincs_sha2_192s_simple,
Expand Down
3 changes: 0 additions & 3 deletions cffi_modules/falcon_1024_padded_clean.py

This file was deleted.

3 changes: 0 additions & 3 deletions cffi_modules/falcon_512_padded_clean.py

This file was deleted.

3 changes: 3 additions & 0 deletions cffi_modules/falcon_padded_1024_clean.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from cffi_modules._falcon_cffi_maker import make_falcon_ffi

ffi = make_falcon_ffi('./Modules/PQClean/crypto_sign/falcon-padded-1024/clean')
3 changes: 3 additions & 0 deletions cffi_modules/falcon_padded_512_clean.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from cffi_modules._falcon_cffi_maker import make_falcon_ffi

ffi = make_falcon_ffi('./Modules/PQClean/crypto_sign/falcon-padded-512/clean')
File renamed without changes.
File renamed without changes.
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-a2'
version = '0.0.7.0-a3'
description = 'Python bindings for the "PQClean" post-quantum cryptography library.'
readme = 'README.rst'
license.file = 'COPYING.rst'
Expand Down

0 comments on commit 5b82efe

Please sign in to comment.