Skip to content

Commit

Permalink
Update PQClean to 1eacfda
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Dec 12, 2024
1 parent 81d3122 commit b83750b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/PQClean
Submodule PQClean updated 84 files
+4 −0 SECURITY.md
+1 −1 crypto_kem/hqc-128/META.yml
+1 −0 crypto_kem/hqc-128/clean/api.h
+5 −0 crypto_kem/hqc-128/clean/code.c
+2 −0 crypto_kem/hqc-128/clean/code.h
+2 −0 crypto_kem/hqc-128/clean/domains.h
+11 −0 crypto_kem/hqc-128/clean/fft.c
+2 −0 crypto_kem/hqc-128/clean/fft.h
+11 −0 crypto_kem/hqc-128/clean/gf.c
+7 −0 crypto_kem/hqc-128/clean/gf.h
+1 −0 crypto_kem/hqc-128/clean/gf2x.c
+1 −0 crypto_kem/hqc-128/clean/gf2x.h
+7 −0 crypto_kem/hqc-128/clean/hqc.c
+2 −0 crypto_kem/hqc-128/clean/hqc.h
+11 −3 crypto_kem/hqc-128/clean/kem.c
+2 −0 crypto_kem/hqc-128/clean/parameters.h
+11 −0 crypto_kem/hqc-128/clean/parsing.c
+5 −0 crypto_kem/hqc-128/clean/parsing.h
+11 −0 crypto_kem/hqc-128/clean/reed_muller.c
+2 −0 crypto_kem/hqc-128/clean/reed_muller.h
+15 −0 crypto_kem/hqc-128/clean/reed_solomon.c
+2 −0 crypto_kem/hqc-128/clean/reed_solomon.h
+3 −0 crypto_kem/hqc-128/clean/shake_ds.c
+2 −0 crypto_kem/hqc-128/clean/shake_ds.h
+3 −0 crypto_kem/hqc-128/clean/shake_prng.c
+2 −0 crypto_kem/hqc-128/clean/shake_prng.h
+9 −0 crypto_kem/hqc-128/clean/vector.c
+3 −0 crypto_kem/hqc-128/clean/vector.h
+1 −1 crypto_kem/hqc-192/META.yml
+1 −0 crypto_kem/hqc-192/clean/api.h
+5 −0 crypto_kem/hqc-192/clean/code.c
+2 −0 crypto_kem/hqc-192/clean/code.h
+2 −0 crypto_kem/hqc-192/clean/domains.h
+11 −0 crypto_kem/hqc-192/clean/fft.c
+2 −0 crypto_kem/hqc-192/clean/fft.h
+11 −0 crypto_kem/hqc-192/clean/gf.c
+7 −0 crypto_kem/hqc-192/clean/gf.h
+1 −0 crypto_kem/hqc-192/clean/gf2x.c
+1 −0 crypto_kem/hqc-192/clean/gf2x.h
+7 −0 crypto_kem/hqc-192/clean/hqc.c
+2 −0 crypto_kem/hqc-192/clean/hqc.h
+11 −3 crypto_kem/hqc-192/clean/kem.c
+2 −0 crypto_kem/hqc-192/clean/parameters.h
+11 −0 crypto_kem/hqc-192/clean/parsing.c
+5 −0 crypto_kem/hqc-192/clean/parsing.h
+11 −0 crypto_kem/hqc-192/clean/reed_muller.c
+2 −0 crypto_kem/hqc-192/clean/reed_muller.h
+15 −0 crypto_kem/hqc-192/clean/reed_solomon.c
+2 −0 crypto_kem/hqc-192/clean/reed_solomon.h
+3 −0 crypto_kem/hqc-192/clean/shake_ds.c
+2 −0 crypto_kem/hqc-192/clean/shake_ds.h
+3 −0 crypto_kem/hqc-192/clean/shake_prng.c
+2 −0 crypto_kem/hqc-192/clean/shake_prng.h
+9 −0 crypto_kem/hqc-192/clean/vector.c
+3 −0 crypto_kem/hqc-192/clean/vector.h
+1 −1 crypto_kem/hqc-256/META.yml
+1 −0 crypto_kem/hqc-256/clean/api.h
+5 −0 crypto_kem/hqc-256/clean/code.c
+2 −0 crypto_kem/hqc-256/clean/code.h
+2 −0 crypto_kem/hqc-256/clean/domains.h
+11 −0 crypto_kem/hqc-256/clean/fft.c
+2 −0 crypto_kem/hqc-256/clean/fft.h
+11 −0 crypto_kem/hqc-256/clean/gf.c
+7 −0 crypto_kem/hqc-256/clean/gf.h
+1 −0 crypto_kem/hqc-256/clean/gf2x.c
+1 −0 crypto_kem/hqc-256/clean/gf2x.h
+7 −0 crypto_kem/hqc-256/clean/hqc.c
+2 −0 crypto_kem/hqc-256/clean/hqc.h
+11 −3 crypto_kem/hqc-256/clean/kem.c
+2 −0 crypto_kem/hqc-256/clean/parameters.h
+11 −0 crypto_kem/hqc-256/clean/parsing.c
+5 −0 crypto_kem/hqc-256/clean/parsing.h
+11 −0 crypto_kem/hqc-256/clean/reed_muller.c
+2 −0 crypto_kem/hqc-256/clean/reed_muller.h
+15 −0 crypto_kem/hqc-256/clean/reed_solomon.c
+2 −0 crypto_kem/hqc-256/clean/reed_solomon.h
+3 −0 crypto_kem/hqc-256/clean/shake_ds.c
+2 −0 crypto_kem/hqc-256/clean/shake_ds.h
+3 −0 crypto_kem/hqc-256/clean/shake_prng.c
+2 −0 crypto_kem/hqc-256/clean/shake_prng.h
+9 −0 crypto_kem/hqc-256/clean/vector.c
+3 −0 crypto_kem/hqc-256/clean/vector.h
+1 −0 test/duplicate_consistency/hqc-128_clean.yml
+1 −0 test/duplicate_consistency/hqc-192_clean.yml

0 comments on commit b83750b

Please sign in to comment.