Skip to content

Commit

Permalink
omit SPHINCS+ vectors
Browse files Browse the repository at this point in the history
We are not currently using them and they take 200MB (!) uncompressed,
making the package too large to be uploaded to PyPI and its 100MB limit.
There are optimizations to be made, namely using `bytes` instead of
`strings` when serializing the vectors, and maybe compressing the
resulting protobufs, but for now we will just omit them.
  • Loading branch information
JulioLoayzaM committed May 30, 2024
1 parent b5d6300 commit 806c431
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crypto-condor"
version = "2024.05.30-rc4"
version = "2024.05.30-rc5"
description = "Compliance testing for implementations of cryptographic primitives"
license = "Apache-2.0"
authors = [
Expand All @@ -24,7 +24,6 @@ include = [
"crypto_condor/vectors/_kyber/dat/*.dat",
"crypto_condor/vectors/_rsa/dat/*.dat",
"crypto_condor/vectors/_sha/dat/*.dat",
"crypto_condor/vectors/_sphincs/dat/*.dat",
"crypto_condor/primitives/_testu01/examples/excel.dat",
]
exclude = [
Expand Down

0 comments on commit 806c431

Please sign in to comment.