Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
kris
/
pqc
Beobachten
1
Favorisieren
1
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Reference implementations of PQC
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
1060
Commits
9
Branches
14 MiB
Struktur:
8711dcce1a
blog/frodo_constant_time_issue
kris/add_picnic
kris/kyber
kris/kyber2
kris/li2__tests
kyber
main
master
sike
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von „8711dcce1a“
${ noResults }
pqc
/
.gitignore
.gitignore
97 B
Originalformat
Normale Ansicht
Verlauf
Add more binary noise to .gitignore
vor 5 Jahren
Create nmake file for building on Windows and fix compilation error
vor 5 Jahren
Reimplement Python tests using nose framework
vor 5 Jahren
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
vor 5 Jahren
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/