Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
kris
/
pqc
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Reference implementations of PQC
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
1060
Révisions
9
Branches
14 MiB
Aborescence:
8711dcce1a
blog/frodo_constant_time_issue
kris/add_picnic
kris/kyber
kris/kyber2
kris/li2__tests
kyber
main
master
sike
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de '8711dcce1a'
${ noResults }
pqc
/
.gitignore
.gitignore
97 B
Brut
Vue normale
Historique
Add more binary noise to .gitignore
il y a 5 ans
Create nmake file for building on Windows and fix compilation error
il y a 5 ans
Reimplement Python tests using nose framework
il y a 5 ans
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
il y a 5 ans
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/