This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
pqc
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
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
Commits
9
Branches
14 MiB
Assembly
50.8%
C
48.1%
Diff
0.4%
SQL
0.4%
Tree:
78a65d6ec9
blog/frodo_constant_time_issue
kris/add_picnic
kris/kyber
kris/kyber2
kris/li2__tests
kyber
main
master
sike
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '78a65d6ec9'
${ noResults }
pqc
/
.github
/
pull_request_template.md
860 B
Raw
Blame
History
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