This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
pqcrypto
mirror of
https://github.com/henrydcase/pqc.git
Watch
1
Star
1
Fork
0
Code
Issues
1
Releases
2
Wiki
Activity
Browse Source
remove nistseedexpander header from HQC KEM
tags/v0.0.1
Henry Case
3 years ago
parent
94234297ea
commit
626032f425
6 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/kem/hqc/hqc-rmrs-128/avx2/kem.c
+0
-1
src/kem/hqc/hqc-rmrs-128/clean/kem.c
+0
-1
src/kem/hqc/hqc-rmrs-192/avx2/kem.c
+0
-1
src/kem/hqc/hqc-rmrs-192/clean/kem.c
+0
-1
src/kem/hqc/hqc-rmrs-256/avx2/kem.c
+0
-1
src/kem/hqc/hqc-rmrs-256/clean/kem.c
+ 0
- 1
src/kem/hqc/hqc-rmrs-128/avx2/kem.c
View File
@@ -1,7 +1,6 @@
#include "api.h"
#include "fips202.h"
#include "hqc.h"
#include "nistseedexpander.h"
#include "parameters.h"
#include "parsing.h"
#include "randombytes.h"
+ 0
- 1
src/kem/hqc/hqc-rmrs-128/clean/kem.c
View File
@@ -1,7 +1,6 @@
#include "api.h"
#include "fips202.h"
#include "hqc.h"
#include "nistseedexpander.h"
#include "parameters.h"
#include "parsing.h"
#include "randombytes.h"
+ 0
- 1
src/kem/hqc/hqc-rmrs-192/avx2/kem.c
View File
@@ -1,7 +1,6 @@
#include "api.h"
#include "fips202.h"
#include "hqc.h"
#include "nistseedexpander.h"
#include "parameters.h"
#include "parsing.h"
#include "randombytes.h"
+ 0
- 1
src/kem/hqc/hqc-rmrs-192/clean/kem.c
View File
@@ -1,7 +1,6 @@
#include "api.h"
#include "fips202.h"
#include "hqc.h"
#include "nistseedexpander.h"
#include "parameters.h"
#include "parsing.h"
#include "randombytes.h"
+ 0
- 1
src/kem/hqc/hqc-rmrs-256/avx2/kem.c
View File
@@ -1,7 +1,6 @@
#include "api.h"
#include "fips202.h"
#include "hqc.h"
#include "nistseedexpander.h"
#include "parameters.h"
#include "parsing.h"
#include "randombytes.h"
+ 0
- 1
src/kem/hqc/hqc-rmrs-256/clean/kem.c
View File
@@ -1,7 +1,6 @@
#include "api.h"
#include "fips202.h"
#include "hqc.h"
#include "nistseedexpander.h"
#include "parameters.h"
#include "parsing.h"
#include "randombytes.h"
Write
Preview
Loading…
Cancel
Save