このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
kris
/
pqc
ウォッチ
1
スター
1
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Reference implementations of PQC
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
1060
コミット
9
ブランチ
14 MiB
ツリー:
e3b0c56e38
blog/frodo_constant_time_issue
kris/add_picnic
kris/kyber
kris/kyber2
kris/li2__tests
kyber
main
master
sike
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'e3b0c56e38' から
${ noResults }
pqc
/
.gitignore
.gitignore
97 B
Raw
通常表示
履歴
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/