]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2018-08-11 Loup VaillantEdDSA sliding windows now indicate the number
2018-08-10 Loup VaillantThank Mike Hamburg for his advice on comb algorithms
2018-08-10 Loup VaillantReferenced the signed comb for EdDSA
2018-08-10 Loup VaillantFactored out mul_add() algorithm
2018-08-10 Loup VaillantEdDSA is back to constant time
2018-08-10 Loup VaillantProper Signed comb for EdDSA (not constant time yet)
2018-08-08 Loup VaillantSigned comb with unsigned table
2018-08-07 Loup VaillantDesperate attempt to sort the signed comb mess
2018-08-06 Loup VaillantSeparated odd/even tables
2018-08-06 Loup Vaillant5-bit table for EdDSA
2018-08-06 Loup VaillantMoved EdDSA scalar operations
2018-08-05 Loup VaillantInlined ge_from_xy() (called only once)
2018-08-04 Loup VaillantAvoid macros where we can
2018-08-04 Loup VaillantAvoids the first doubling for EdDSA signatures
2018-08-04 Loup VaillantAvoids the first few doublings in EdDSA verification
2018-08-04 Loup VaillantComb for EdDSA signatures in Niels coordinates
2018-08-04 Loup VaillantAll field element constants have the proper invariants
2018-08-04 Loup VaillantRevert "Cleaner fe_frombytes() (loading field elements)"
2018-08-03 Loup VaillantCleaner fe_frombytes() (loading field elements)
2018-08-03 Loup VaillantMerged the Montgomery ladder back to crypto_x25519()
2018-08-03 Loup VaillantSpecialised adding code for EdDSA signatures
2018-08-03 Loup VaillantFull pre-computed table for EdDSA signatures
2018-07-30 Loup Vaillantge_double() is now more readable
2018-07-29 Loup VaillantCleaner point addition for EdDSA
2018-07-26 Loup VaillantProper comb algorithm for EdDSA
2018-07-26 Loup VaillantDon't use the Montgomery ladder for EdDSA
2018-07-22 Loup VaillantForgot to static the fe_pow22523() function
2018-07-18 Loup VaillantWording nitpick
2018-07-18 Loup VaillantUpdated the examples for key exchange.
2018-07-18 Loup VaillantMerge pull request #106 from fscoto/master+return-doc
2018-07-18 Loup VaillantUnsigned sliding windows for EdDSA verification
2018-07-18 Fabio ScotoniDeprecate return values in crypto_x25519
2018-07-18 Loup VaillantEasier access to scalar's bits
2018-07-18 Loup VaillantMerge pull request #105 from fscoto/master+return-doc
2018-07-17 Fabio ScotoniDeprecate return values
2018-07-15 Loup VaillantShuffled functions around
2018-07-15 Loup Vaillantcosmetic
2018-07-15 Loup VaillantCached points for EdDSA point addition
2018-07-15 Loup VaillantBetter EdDSA point doubling (from ref10)
2018-07-15 Loup VaillantFused doublings in EdDSA double scalarmult
2018-07-14 Loup VaillantUse variable time scalarmult for EdDSA checks
2018-07-14 Loup VaillantRestored EdDSA optimisation
2018-07-14 Loup VaillantSeparated EdDSA scalarmult internal APIs
2018-07-14 Loup Vaillantfree(NULL) was not undefined after all
2018-07-02 Loup VaillantDocumented EdDSA signature malleability
2018-06-30 Loup VaillantRemoved debug printf() calls
2018-06-30 Loup VaillantIntegrated Wicherproof Ed25519 test vectors
2018-06-27 Loup VaillantEasier tarball generation
2018-06-27 Loup VaillantAdded VERSION file
2018-06-27 Loup VaillantTypo
2018-06-24 Loup Vaillant2.0.4 changelog
2018-06-24 Loup VaillantDon't free() NULL pointers
2018-06-23 Loup VaillantEdDSA no longer accepts all zero signatures
2018-06-23 Loup VaillantAdded anti-forgery tests for EdDSA
2018-06-23 Loup VaillantAdded tests vectors for public key generation
2018-06-19 Loup VaillantFixed wrong dependency in the makefile
2018-06-19 Loup VaillantDon't try to malloc() zero bytes
2018-06-19 Loup VaillantCorrected failing test on 32-bit systems
2018-06-18 Loup VaillantChangelog formatting
2018-06-18 Loup VaillantMerge pull request #97 from MikeA1/patch-1
2018-06-17 Loup VaillantTests for crypto_verify*() catch more errors
2018-06-17 Loup VaillantFaster crypto_verify*() tests
2018-06-17 Loup VaillantProperly ignore the formal-analysis folder
2018-06-17 Loup VaillantRun the TIS interpreter in 2 commands instead of 3.
2018-06-17 Loup VaillantCorrected formal analysis setup script
2018-06-17 Loup VaillantCorrected variable sized buffer in the tests.
2018-06-16 MikeUpdate makefile
2018-06-16 Loup Vaillant2.0.3 changelog
2018-06-16 Loup VaillantImproved the test suite
2018-06-16 Loup VaillantReset SHA-512 input buffer like Blake2b's
2018-06-16 Loup VaillantFixed undefined behaviour in Blake2b
2018-06-10 Loup Vaillant80 columns OCD
2018-05-12 Loup Vaillantdon't recomend 16 bytes for argon2i digests
2018-04-22 Loup Vaillant2.0.2 changelog
2018-04-22 Loup VaillantComment: no need to wipe if it is not secret
2018-04-22 Loup Vaillantcosmetic
2018-04-22 Loup Vaillantremoved redundant wipe
2018-04-22 Loup Vaillant80 columns conformity
2018-04-22 Loup Vaillantcosmetic
2018-04-21 Loup VaillantWarned about undefined behaviour
2018-04-21 Loup VaillantRemoved "cannot fail" from the manual
2018-04-21 Loup Vaillantuse RANDOM_INPUT macro everywhere
2018-04-21 Loup VaillantTests: properly align argon2i work area
2018-04-21 Loup VaillantMakefile cleanup
2018-04-21 Loup VaillantTest vectors no longer depend on Monocypher
2018-04-20 Loup Vaillantfixed memory leak in Argon2i tests
2018-04-20 Loup VaillantAdded ed25519 tests
2018-04-20 Loup VaillantIndent #ifdef
2018-04-20 Loup VaillantNo Libsodium for Blake2b EdDSA
2018-04-20 Loup VaillantMerge pull request #95 from vbmithr/fix-include
2018-04-18 Vincent Bernardofffix include when using ED25519_SHA512
2018-04-16 Loup Vaillantcrypto_check does not wipe context
2018-04-16 Loup VaillantManual: minor rewording
2018-04-16 Loup VaillantManual: verifiation->validation
2018-04-16 Loup VaillantManual: void returns cannot fail
2018-04-16 Loup VaillantBlake2b empty messages may be NULL
2018-04-16 Loup VaillantCorreted minor inaccuracy in the manual
2018-04-16 Loup Vaillantformatting typo
2018-04-16 Loup VaillantTweaked Chacha20 summary
2018-04-16 Loup VaillantMissing plural in the manual
next