使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
kris
/
pqc
关注
1
点赞
1
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
remove nistseedexpander header from HQC KEM
kyber
Henry Case
3 年前
父节点
94234297ea
当前提交
626032f425
共有
6 个文件被更改
,包括
0 次插入
和
6 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -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"
撰写
预览
正在加载...
取消
保存