このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
kris
/
pqc
ウォッチ
1
スター
1
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Reference implementations of PQC
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
1070
コミット
9
ブランチ
14 MiB
Assembly
50.8%
C
48.1%
Diff
0.4%
SQL
0.4%
ブランチ:
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
/
.github
/
pull_request_template.md
790 B
Raw
パーマリンク
Blame
履歴
Manually checked properties
Generated Github workflow (run
.github/workflows/generate_workflows.py
) (new schemes)
No stringification macros
Output-parameter pointers in functions are on the left
Negative return values on failure of API functions (within restrictions of FO transform).
variable declarations at the beginning (except in
for (size_t i=...
)
Optional:
All integer types are of fixed size, using
stdint.h
types (including
uint8_t
instead of
unsigned char
)
Integers used for indexing are of size
size_t