Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
kris
/
pqc
İzle
1
Yıldızla
1
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Reference implementations of PQC
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
1070
İşleme
9
Dallar
14 MiB
Assembly
50.8%
C
48.1%
Diff
0.4%
SQL
0.4%
Dal:
master
blog/frodo_constant_time_issue
kris/add_picnic
kris/kyber
kris/kyber2
kris/li2__tests
kyber
main
master
sike
Dallar
Biçim İmleri
${ item.name }
${ searchTerm }
dalı oluştur
'master'den
${ noResults }
pqc
/
.github
/
pull_request_template.md
790 B
Ham
Kalıcı Bağlantı
Suçlama
Geçmiş
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