| 2017-07-18 |
Loup Vaillant | added sanitizers (ASan, MSan, UBSan, coverage) |
commit | commitdiff | tree | snapshot |
| 2017-07-17 |
Loup Vaillant | documented crypto_chacha20_set_ctr() |
commit | commitdiff | tree | snapshot |
| 2017-07-17 |
Loup Vaillant | more tests for crypto_chacha20_set_ctr() |
commit | commitdiff | tree | snapshot |
| 2017-07-17 |
Loup Vaillant | cosmetic |
commit | commitdiff | tree | snapshot |
| 2017-07-16 |
Loup Vaillant | clarified the licence |
commit | commitdiff | tree | snapshot |
| 2017-07-16 |
Loup Vaillant | added crypto_chacha20_set_ctr() |
commit | commitdiff | tree | snapshot |
| 2017-07-16 |
Loup Vaillant | renamed chacha20_Xinit into chacha20_x_init |
commit | commitdiff | tree | snapshot |
| 2017-07-16 |
Loup Vaillant | remove ./speed when cleaning |
commit | commitdiff | tree | snapshot |
| 2017-07-16 |
Loup Vaillant | -O3 march=native (heavily affects Argon2i) |
commit | commitdiff | tree | snapshot |
| 2017-07-16 |
Loup Vaillant | optimized away an indirect call in Argon2i |
commit | commitdiff | tree | snapshot |
| 2017-07-15 |
Loup Vaillant | compute signatures in Montgomery space (faster) |
commit | commitdiff | tree | snapshot |
| 2017-07-09 |
Loup Vaillant | added XChacha20 comparison with libsodium |
commit | commitdiff | tree | snapshot |
| 2017-07-08 |
Loup Vaillant | added speed benchmark against TweetNaCl |
commit | commitdiff | tree | snapshot |
| 2017-07-06 |
Loup Vaillant | updated README.md |
commit | commitdiff | tree | snapshot |
| 2017-07-06 |
Loup Vaillant | added speed benchmark against libsodium |
commit | commitdiff | tree | snapshot |
| 2017-07-06 |
Loup Vaillant | avoid name clash with existing random() function |
commit | commitdiff | tree | snapshot |
| 2017-07-06 |
Loup Vaillant | Sacrificed consiseness for performance |
commit | commitdiff | tree | snapshot |
| 2017-07-04 |
Loup Vaillant | documented C/C++ compatibility in the makefile |
commit | commitdiff | tree | snapshot |
| 2017-07-04 |
Loup Vaillant | sed compatibility tweak |
commit | commitdiff | tree | snapshot |
| 2017-07-04 |
Loup Vaillant | added random self-consistency tests |
commit | commitdiff | tree | snapshot |
| 2017-07-04 |
Loup Vaillant | cosmetic |
commit | commitdiff | tree | snapshot |
| 2017-07-03 |
Loup Vaillant | properly print ed25519 when we use it |
commit | commitdiff | tree | snapshot |
| 2017-07-03 |
Loup Vaillant | MISRA compliance (when it made sense) |
commit | commitdiff | tree | snapshot |
| 2017-06-07 |
Loup Vaillant | 0.7 notes |
commit | commitdiff | tree | snapshot |
| 2017-06-07 |
Loup Vaillant | renamed documentation files for github |
commit | commitdiff | tree | snapshot |
| 2017-06-06 |
Loup Vaillant | allocated variable length array on the heap (C++98) |
commit | commitdiff | tree | snapshot |
| 2017-06-06 |
Loup Vaillant | added frama-c analysis |
commit | commitdiff | tree | snapshot |
| 2017-06-05 |
Loup Vaillant | fixed stack smashing caused by mismatched copy pasta |
commit | commitdiff | tree | snapshot |
| 2017-06-05 |
Loup Vaillant | reverted makefile to GCC |
commit | commitdiff | tree | snapshot |
| 2017-06-05 |
Loup Vaillant | ignore bin/* |
commit | commitdiff | tree | snapshot |
| 2017-06-05 |
Loup Vaillant | Modified tests to be Frama-C friendly (no input) |
commit | commitdiff | tree | snapshot |
| 2017-06-05 |
Loup Vaillant | manual: minor correction |
commit | commitdiff | tree | snapshot |
| 2017-06-05 |
Loup Vaillant | cosmetic (OCD) |
commit | commitdiff | tree | snapshot |
| 2017-05-13 |
Loup Vaillant | added manual |
commit | commitdiff | tree | snapshot |
| 2017-05-08 |
Loup Vaillant | reimplemented blake2b from spec |
commit | commitdiff | tree | snapshot |
| 2017-05-08 |
Loup Vaillant | update README for the grouped tests |
commit | commitdiff | tree | snapshot |
| 2017-04-29 |
Loup Vaillant | detached interface for authenticated encryption |
commit | commitdiff | tree | snapshot |
| 2017-04-27 |
Loup Vaillant | grouped tests in one script |
commit | commitdiff | tree | snapshot |
| 2017-04-27 |
Loup Vaillant | added comparison tests with ed25519-donna |
commit | commitdiff | tree | snapshot |
| 2017-04-26 |
Loup Vaillant | organised stuff into folders |
commit | commitdiff | tree | snapshot |
| 2017-04-26 |
Loup Vaillant | added comparison tests with libsodium |
commit | commitdiff | tree | snapshot |
| 2017-04-09 |
Loup Vaillant | made carry propagation more platform independent |
commit | commitdiff | tree | snapshot |
| 2017-04-09 |
Loup Vaillant | cosmetic |
commit | commitdiff | tree | snapshot |
| 2017-04-08 |
Loup Vaillant | variable shadow, cosmetic |
commit | commitdiff | tree | snapshot |
| 2017-03-17 |
Loup Vaillant | update readme |
commit | commitdiff | tree | snapshot |
| 2017-03-17 |
Loup Vaillant | added empty input test vectors for poly1305 |
commit | commitdiff | tree | snapshot |
| 2017-03-17 |
Loup Vaillant | cosmetic |
commit | commitdiff | tree | snapshot |
| 2017-03-16 |
Loup Vaillant | fixed poly1305 bug on empty inputs |
commit | commitdiff | tree | snapshot |
| 2017-03-10 |
Loup Vaillant | cosmetic |
commit | commitdiff | tree | snapshot |
| 2017-03-10 |
Loup Vaillant | removed signed left shift UB |
commit | commitdiff | tree | snapshot |
| 2017-03-08 |
Loup Vaillant | removed last useless element from array |
commit | commitdiff | tree | snapshot |
| 2017-03-08 |
Loup Vaillant | fixed botched index/offset in Argon2i |
commit | commitdiff | tree | snapshot |
| 2017-03-08 |
Loup Vaillant | added high-memory Argon2i test vectors |
commit | commitdiff | tree | snapshot |
| 2017-03-08 |
Loup Vaillant | allow more memory for Argon2i tests |
commit | commitdiff | tree | snapshot |
| 2017-03-07 |
Loup Vaillant | fixed undefined behavior |
commit | commitdiff | tree | snapshot |
| 2017-02-27 |
Loup Vaillant | simplified poly1305 finalisation |
commit | commitdiff | tree | snapshot |
| 2017-02-26 |
Loup Vaillant | cosmetic |
commit | commitdiff | tree | snapshot |
| 2017-02-26 |
Loup Vaillant | s/len/size/ |
commit | commitdiff | tree | snapshot |
| 2017-02-25 |
Loup Vaillant | elucidated invariants in poly1305 |
commit | commitdiff | tree | snapshot |
| 2017-02-23 |
Loup Vaillant | comments for poly1305 safety |
commit | commitdiff | tree | snapshot |
| 2017-02-22 |
Loup Vaillant | reworked API, more tests |
commit | commitdiff | tree | snapshot |
| 2017-02-21 |
Loup Vaillant | more tests |
commit | commitdiff | tree | snapshot |
| 2017-02-21 |
Loup Vaillant | update README |
commit | commitdiff | tree | snapshot |
| 2017-02-21 |
Loup Vaillant | test vectors for XChacha20, C++ conformity |
commit | commitdiff | tree | snapshot |
| 2017-02-21 |
Loup Vaillant | c++ conformity |
commit | commitdiff | tree | snapshot |
| 2017-02-20 |
Loup Vaillant | more test vectors for ed25519 |
commit | commitdiff | tree | snapshot |
| 2017-02-20 |
Loup Vaillant | test vectors for HChacha20 |
commit | commitdiff | tree | snapshot |
| 2017-02-20 |
Loup Vaillant | interface and tests revamp |
commit | commitdiff | tree | snapshot |
| 2017-02-20 |
Loup Vaillant | 20% slower curve25519, gained a hundred lines |
commit | commitdiff | tree | snapshot |
| 2017-02-19 |
Loup Vaillant | ed25519 point doubling |
commit | commitdiff | tree | snapshot |
| 2017-02-19 |
Loup Vaillant | ref10 curve25519. Moar Speed. |
commit | commitdiff | tree | snapshot |
| 2017-02-19 |
Loup Vaillant | sha512 cosmetic |
commit | commitdiff | tree | snapshot |
| 2017-02-19 |
Loup Vaillant | C++ conformity |
commit | commitdiff | tree | snapshot |
| 2017-02-19 |
Loup Vaillant | ignore .gch precompiled headers |
commit | commitdiff | tree | snapshot |
| 2017-02-13 |
Loup Vaillant | added README |
commit | commitdiff | tree | snapshot |
| 2017-02-13 |
Loup Vaillant | cleanups |
commit | commitdiff | tree | snapshot |
| 2017-02-10 |
Loup Vaillant | replaced build.sh by a makefile |
commit | commitdiff | tree | snapshot |
| 2017-02-10 |
Loup Vaillant | replaced memcmp by crypto_memcmp |
commit | commitdiff | tree | snapshot |
| 2017-02-10 |
Loup Vaillant | style changes |
commit | commitdiff | tree | snapshot |
| 2017-02-10 |
Loup Vaillant | all in one compilation unit |
commit | commitdiff | tree | snapshot |
| 2017-02-09 |
Loup Vaillant | test crypto_lock, changed arguments order |
commit | commitdiff | tree | snapshot |
| 2017-02-09 |
Loup Vaillant | restored x25519 1k test |
commit | commitdiff | tree | snapshot |
| 2017-02-09 |
Loup Vaillant | added ed25519 |
commit | commitdiff | tree | snapshot |
| 2017-02-07 |
Loup Vaillant | sha512 test vector |
commit | commitdiff | tree | snapshot |
| 2017-02-06 |
Loup Vaillant | added sha512 |
commit | commitdiff | tree | snapshot |
| 2017-02-04 |
Loup Vaillant | return x25519 to TweetNaCl |
commit | commitdiff | tree | snapshot |
| 2017-01-29 |
Loup Vaillant | home made poly1305 |
commit | commitdiff | tree | snapshot |
| 2017-01-29 |
Loup Vaillant | refactored the test suite |
commit | commitdiff | tree | snapshot |
| 2017-01-22 |
Loup Vaillant | put digest size in blake2b prototype |
commit | commitdiff | tree | snapshot |
| 2017-01-22 |
Loup Vaillant | removed blake2b speed test |
commit | commitdiff | tree | snapshot |
| 2017-01-22 |
Loup Vaillant | x25519 now uses a modified ref10 base |
commit | commitdiff | tree | snapshot |
| 2017-01-19 |
Loup Vaillant | added one x25519 test vector |
commit | commitdiff | tree | snapshot |
| 2017-01-19 |
Loup Vaillant | display nb vectors in tests |
commit | commitdiff | tree | snapshot |
| 2017-01-19 |
Loup Vaillant | added x25519 and crypto_lock |
commit | commitdiff | tree | snapshot |
| 2017-01-18 |
Loup Vaillant | authenticated encryption: test roundtrip and rejection |
commit | commitdiff | tree | snapshot |
| 2017-01-18 |
Loup Vaillant | simplified the test suite |
commit | commitdiff | tree | snapshot |
| 2017-01-16 |
Loup Vaillant | extracted hchacha20 |
commit | commitdiff | tree | snapshot |
| 2017-01-15 |
Loup Vaillant | poly1305: replaced donna by tweetNaCl |
commit | commitdiff | tree | snapshot |
| 2017-01-12 |
Loup Vaillant | authenticated encryption, renames, Xchacha bugfix |
commit | commitdiff | tree | snapshot |
| 2017-01-11 |
Loup Vaillant | test vectors for the test suite |
commit | commitdiff | tree | snapshot |
| next |