This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
kris
/
pqc
Прати
1
Волим
1
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Reference implementations of PQC
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
693
Комити
9
Гране
14 MiB
Assembly
50.8%
C
48.1%
Diff
0.4%
SQL
0.4%
Дрво:
78a65d6ec9
blog/frodo_constant_time_issue
kris/add_picnic
kris/kyber
kris/kyber2
kris/li2__tests
kyber
main
master
sike
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '78a65d6ec9'
${ noResults }
pqc
/
.github
/
pull_request_template.md
860 B
Датотека
Blame
Историја
Manually checked properties
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).
const
arguments are labeled as
const
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