summary refs log tree commit diff
path: root/crypto/test/src/pqc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SecureRandom fixups in testsPeter Dettman2022-08-292-1/+7
|
* initial CRYSTALS-Kyber implementationDavid Hook2022-08-252-0/+255
|
* minor refactoring, added samplingDavid Hook2022-08-251-1/+3
|
* SIKE: added warning, keysize testDavid Hook2022-08-211-2/+3
|
* added key size restrictionsDavid Hook2022-08-212-12/+16
|
* added key size restrictionsDavid Hook2022-08-212-20/+23
|
* added SPHINCS+ HarakaDavid Hook2022-08-186-35/+80
|
* split NtruPrime into SNtruPrime, NtruLPRimeDavid Hook2022-08-091-26/+119
|
* minor refactoringDavid Hook2022-08-081-1/+1
|
* Initial Falcon implementationDavid Hook2022-08-081-0/+153
|
* move KEMExtractor to KemExtractorDavid Hook2022-07-261-1/+1
|
* moved ntrup to ntruprime, reduced accessors on keys, marked key fields internalDavid Hook2022-07-241-28/+27
|
* initial NTRU PrimeDavid Hook2022-07-221-0/+150
|
* Refactoring around SecureRandomPeter Dettman2022-07-122-13/+21
|
* Detached picnic signatureRoy Basmacier2022-07-111-3/+15
|
* Added SIKE to PrivateKeyFactory.cs and changed SikeVectorTest.csRoy Basmacier2022-07-111-4/+5
|
* Fixed static problem in PicnicRoy Basmacier2022-07-111-2/+2
|
* Fix namespace of sike codePeter Dettman2022-07-061-2/+3
|
* Remove redundant test and add ParallelizablePeter Dettman2022-07-051-24/+5
|
* SIKE implementation with compression addedRoy Basmacier2022-07-011-0/+179
| | | | Implemented SecretWIhEcapsulationImpl.cs
* Generics migration in PqcPeter Dettman2022-06-292-20/+14
|
* Split up fast/slow testsPeter Dettman2022-06-271-6/+26
|
* Reorganize test vector testsPeter Dettman2022-06-262-289/+295
|
* updated sphincsplus testsRoy Basmacier2022-06-241-16/+17
|
* Merge remote-tracking branch 'origin/master'Roy Basmacier2022-06-242-14/+4
|\
| * Cleanup in testsPeter Dettman2022-06-242-14/+4
| |
* | sphincs plus v3.1Roy Basmacier2022-06-231-25/+25
|/
* Initial merge of PQC portroyb2022-06-2313-0/+2894