Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
kris
/
pqc
Segui
1
Vota
1
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Reference implementations of PQC
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
1070
Commit
9
Rami (Branch)
14 MiB
Assembly
50.8%
C
48.1%
Diff
0.4%
SQL
0.4%
Ramo (Branch):
master
blog/frodo_constant_time_issue
kris/add_picnic
kris/kyber
kris/kyber2
kris/li2__tests
kyber
main
master
sike
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da 'master'
${ noResults }
pqc
/
.github
/
pull_request_template.md
790 B
Originale
Permalink
Blame
Cronologia
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