]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2022-12-04 Loup VaillantRemove deprecated crypto_key_exchange()
2022-12-03 Loup VaillantFix tis-ci
2022-12-03 Loup VaillantFix speed tests
2022-12-02 Loup VaillantSafer interface for EdDSA
2022-12-02 Loup VaillantReplaced stray uint8_t by u8
2022-12-01 Loup VaillantRemove EdDSA incremental & custom hash API
2022-11-30 Loup VaillantSwitch indentation from spaces to tabs.
2022-11-30 Loup VaillantRemove deprecated functions.
2022-09-01 Loup VaillantDocumented BLAKE2_NO_UNROLLING
2022-09-01 Loup VaillantFixed various compiler warnings
2022-07-11 Loup Vaillantdoc: crypto_sign: suggest safer API
2022-07-11 Loup Vaillantdoc: crypto_sign: fat -> composite (in C code)
2022-07-09 Fabio Scotonidoc: crypto_sign: fix memcmp() instead of memcpy()...
2022-07-09 Fabio Scotonidoc: crypto_sign: fat -> composite
2022-07-09 Fabio Scotonidoc: crypto_sign: fix wording nits, grammar
2022-07-09 Fabio Scotonidoc: fix crypto_sign metadata to reflect 8697f2ffd
2022-07-08 Loup VaillantDocument EdDSA API misuse
2022-06-19 Nikolay Korotkiymakefile: fix cross-compilation
2022-04-25 Loup VaillantDocument MONOCYPHER_CPP_NAMESPACE
2022-04-25 Loup VaillantFixed CHANGELOG
2022-04-19 Loup VaillantChangelog for version 3.1.3
2022-04-19 Loup VaillantRestore simple fe_frombytes()
2022-03-20 Loup VaillantFixed Elligator reverse map comments
2022-03-13 Loup VaillantRemoved redundant Valgrind tests
2022-03-13 Loup VaillantOnly Christ Fogelklou wrote ci.yml
2022-03-13 Chris FogelklouSquashed commit of the following:
2022-03-13 Chris FogelklouAdd badge pointing to LoupVaillant Github Actions (#2)
2022-03-13 Chris FogelklouRun basic tests taken from the readme.md file using...
2022-02-23 Samuel Lucasdoc/x25519: Mention hashing the public keys
2022-02-14 Loup VaillantManual: hash shared secret *and* public keys
2022-02-14 Loup VaillantAdjust man2html.sh to deprecated crypto_key_exchange
2022-02-13 Fabio Scotonicrypto_hchacha20: Remove reference to deprecated crypto...
2022-02-13 Fabio ScotoniDeprecate crypto_key_exchange
2022-02-12 Samuel Lucasdoc: Mention hashing the public keys (#232)
2022-02-12 Loup VaillantFix invsqrt() boolean return
2022-01-31 Loup VaillantRephrased awkward sentence in documentation
2022-01-30 Loup VaillantReadability nitpick
2022-01-30 Loup VaillantReverted 'log in' back into 'login'
2022-01-25 Loup VaillantFixed typo in AUTHORS.md
2022-01-25 Loup VaillantFixed many typos
2022-01-25 Loup VaillantUse global constant L instead of duplicating it
2022-01-25 Loup VaillantRenamed 'Sha512' to 'SHA-512'
2022-01-25 Loup VaillantRename 'Blake2' to 'BLAKE2'
2022-01-17 Jens AlfkeAllow headers to declare a C++ namespace
2022-01-11 Loup VaillantAdded a script that renames the 'crypto_' prefix
2022-01-11 Loup VaillantFixed Python 3.10 deprecation warning
2022-01-11 Loup VaillantFixed example in HMAC documentation
2022-01-11 Loup VaillantSpelled libsodium with lowercase
2021-09-09 Fabio Scotonidoc: Argon2 now has an RFC, not just a draft
2021-08-18 Loup VaillantInlined ge_r_check()
2021-08-18 Loup VaillantEdDSA: parsing public key negate it right away
2021-08-18 Loup Vaillantge_frombytes_vartime() does not parse (0, 1)
2021-07-20 Loup VaillantFixed MSVC warnings
2021-07-18 Loup VaillantPoly1305: simplified input loading
2021-07-18 Loup VaillantBlake2b, Poly1305: fixed undefined behaviour
2021-07-17 Loup VaillantComments: typo & clarification
2021-07-17 Loup VaillantEdDSA: defined ge_msub() in terms of ge_madd()
2021-07-17 Loup VaillantEdDSA: Inlined fe_sq2()
2021-07-17 Loup VaillantArgon2: Inlined g_copy(), g_xor(), and unary_g()
2021-07-17 Loup VaillantStreamlined Blake2b
2021-07-17 Loup VaillantInlined poly_clear_c() and poly_update()
2021-07-17 Loup VaillantRearranged Chacha20 initialisation
2021-07-13 Loup VaillantSimplified crypto_x25519_dirty_fast()
2021-06-27 Loup VaillantAvoid wiping buffers in two places
2021-06-27 Loup VaillantMore generic fe_frombytes()
2021-06-27 Loup VaillantFactored out redundant squaring in Elligator
2021-06-13 Loup VaillantMerge pull request #213 from fscoto/master+canonical...
2021-06-11 Fabio Scotonidoc: Use canonical spelling of BLAKE2(b)
2021-06-11 Fabio Scotonidoc: Use canonical spelling of ChaCha20
2021-06-06 Loup VaillantAdvertise public key cryptography in the manual
2021-06-04 Loup VaillantFixed local variable shadowing
2021-06-04 Loup VaillantAdvertise Monocypher's features more clearly
2021-05-27 Loup VaillantDefine fe_invert() in terms of invsqrt()
2021-05-25 Loup VaillantMerge pull request #211 from fscoto/master+doc-incremental
2021-05-25 Loup VaillantInstall advanced man pages
2021-05-25 Loup VaillantClarified wording in incremental signatures man page
2021-05-25 Fabio Scotonidoc: Compute secret/public key in some examples
2021-05-22 Loup VaillantSimplified crypto_x25519_dirty_small() a tiny bit
2021-04-23 Loup VaillantExpand Blake2b tests to full length keys and hashes
2021-04-18 Loup VaillantTypo
2021-04-18 Loup VaillantTest many combinations of input lengths for blake2b
2021-04-01 Loup VaillantUse official Blake2b test vectors
2021-03-31 Loup VaillantAdded tests vectors for Blake2b
2021-03-05 Loup VaillantSpeed benchmark: fixed buffer overflow
2021-02-19 Loup VaillantArgon2i: remove useless intermediate block
2020-12-27 Loup VaillantTests suite: fixed C++ compatibility
2020-12-27 Loup VaillantUpdated CHANGELOG
2020-12-27 Loup VaillantMerge pull request #203 from fscoto/master+chacha20-doc
2020-12-27 Fabio Scotonicrypto_ietf_chacha20: note nonce overflow handling
2020-12-25 Loup VaillantDefined IETF Chacha20 in terms of DJB Chacha20
2020-12-22 Loup VaillantTests: fixed array size mismatch warning
2020-12-16 Loup VaillantFix dead store
2020-12-06 Loup VaillantRemoved spurious comment
2020-12-04 Loup VaillantRestricted TIS-CI to the most different platforms
2020-12-04 Loup VaillantTweaked EdDSA signature pre-computed table
2020-11-29 Loup VaillantFaster reduction modulo L
2020-11-25 Loup VaillantAdded speed benchmark for ed25519-donna
2020-11-25 Loup Vaillants/Monocypher/Libsodium in a string
2020-11-09 Loup VaillantUpdate CHANGELOG for next version
2020-11-09 Loup VaillantRemove TIS-CI from the tarball
next