이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
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.
1060
커밋
9
브랜치
14 MiB
트리:
8711dcce1a
blog/frodo_constant_time_issue
kris/add_picnic
kris/kyber
kris/kyber2
kris/li2__tests
kyber
main
master
sike
브랜치
태그
${ item.name }
${ searchTerm }
브랜치 생성
from '8711dcce1a'
${ noResults }
pqc
/
.gitignore
.gitignore
97 B
Raw
Normal View
히스토리
Add more binary noise to .gitignore
5 년 전
Create nmake file for building on Windows and fix compilation error
5 년 전
Reimplement Python tests using nose framework
5 년 전
Parallel tests (#206) * Do tests with pytest to run them in parallel * attempt to handle merge commits better for PR test path Similar to how we solved this for travis * Clean up imports * don't run valgrind if not specified slow_test * Fix functest after initializer rename * upload tests results as junit * Upload test-common files since #200 got merged * Catch test results upload failure
5 년 전
1
2
3
4
5
6
7
8
9
10
11
12
13
bin/
*.o
*.a
*.so
*~
# Object and library files on Windows
*.lib
*.obj
__pycache__
testcases/