]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
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
2018-04-16 Loup Vaillantremoved spurious consts in the manual
2018-04-16 Loup VaillantRemoved obsolete warning in the manual
2018-04-15 Loup VaillantUsed a single zero buffer
2018-04-15 Loup VaillantFixed missing wipes
2018-04-07 Loup VaillantReplaced GNU-all permissive licence by the CC-0
2018-04-06 Loup VaillantCorrected the BSD licence
2018-04-03 Loup VaillantAvoid negating unsigned numbers (for MSVC)
2018-04-03 Loup VaillantExplicit conversions to small integers (for MSVC)
2018-03-22 Loup VaillantReplaced "Double Ratchet" by "X3DH" in the manual
2018-03-22 Loup VaillantBetter tests for incremental interfaces
2018-03-22 Loup VaillantMonte Carlo works up to 1M, not 100k
2018-03-22 Loup VaillantAdjusted the number of test vectors
2018-03-22 Loup VaillantCorrected possible misalignment in the tests
2018-03-22 Loup VaillantTested Argon2i API consistency (general vs easy)
2018-03-22 Loup VaillantTested the incremental API of EdDSA
2018-03-22 Loup VaillantAdded a test vector for Argon2i
2018-03-22 Loup VaillantMerge pull request #92 from SgtCoDFish/master
2018-03-21 Ashley DavisFix copy-paste mistake in intro docs
2018-03-07 Loup VaillantUpdated changelog
2018-03-07 Loup VaillantA little space around the test message
2018-03-06 Loup VaillantMore auditable code for Poly1305
2018-02-25 Loup VaillantMore readable and more flexible loading code
2018-02-24 Loup VaillantCosmetic: space after FOR
2018-02-24 Loup VaillantStrength reduction for Chacha20
2018-02-24 Loup VaillantCosmetic: put else and braces in the same line
2018-02-24 Loup VaillantRemoved allways-true conditional
2018-02-22 Loup VaillantAdded dates in the changelog
2018-02-14 Loup Vaillantwrong symlink in the documentation
2018-02-14 Loup VaillantFacilitated the test suite
2018-02-14 Loup VaillantMore readable Chacha20 quarter rounds
2018-02-14 Loup VaillantRemoved redundant explanation
2018-02-13 Loup VaillantExplained AEAD with informal text instead of code
2018-02-13 Loup VaillantForgot to rename symlinks
2018-02-13 Loup VaillantUse crypto_unlock_ctx for crypto_unlock*()
2018-02-13 Loup VaillantExplicited the re-use of crypto_sign_update()
2018-02-13 Loup VaillantRemoved deprecated alias
next