이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
kris
/
pqc
보기
1
좋아요
1
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
Reference implementations of PQC
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1070
커밋
9
브랜치
14 MiB
Assembly
50.8%
C
48.1%
Diff
0.4%
SQL
0.4%
브렌치:
master
blog/frodo_constant_time_issue
kris/add_picnic
kris/kyber
kris/kyber2
kris/li2__tests
kyber
main
master
sike
브랜치
태그
${ item.name }
${ searchTerm }
브랜치 생성
from 'master'
${ noResults }
pqc
/
.github
/
pull_request_template.md
790 B
Raw
고유링크
Blame
히스토리
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