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.
1070
Commits
9
Branches
14 MiB
Assembly
50.8%
C
48.1%
Diff
0.4%
SQL
0.4%
Branch:
master
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 'master'
${ noResults }
pqc
/
.github
/
pull_request_template.md
790 B
Raw
Permalink
Blame
History
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