使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
kris
/
pqc
关注
1
点赞
1
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
Reference implementations of PQC
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
1070
提交
9
分支
14 MiB
分支:
master
blog/frodo_constant_time_issue
kris/add_picnic
kris/kyber
kris/kyber2
kris/li2__tests
kyber
main
master
sike
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 'master'
${ noResults }
pqc
/
.gitignore
.gitignore
97 B
原始文件
永久链接
普通视图
文件历史
Add more binary noise to .gitignore
5 年前
Create nmake file for building on Windows and fix compilation error
5 年前
Reimplement Python tests using nose framework
5 年前
Parallel tests (#206) * Do tests with pytest to run them in parallel * attempt to handle merge commits better for PR test path Similar to how we solved this for travis * Clean up imports * don't run valgrind if not specified slow_test * Fix functest after initializer rename * upload tests results as junit * Upload test-common files since #200 got merged * Catch test results upload failure
5 年前
1
2
3
4
5
6
7
8
9
10
11
12
13
bin/
*.o
*.a
*.so
*~
# Object and library files on Windows
*.lib
*.obj
__pycache__
testcases/