]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2023-01-18 Nihal JereFix path of header containing getrandom
2023-01-15 Loup VaillantUpdate crypto_aead_*() documentation
2023-01-13 Loup VaillantUpdate Blake2b documentation
2023-01-13 Loup VaillantFix: crypto_blake2b_defaults should be constant
2023-01-12 Loup VaillantNormalise AEAD direct interface
2023-01-12 Loup VaillantRenamed Elligator function with a common prefix
2023-01-12 Loup VaillantAdded Ed25519ph
2023-01-12 Loup VaillantChange write orders in crypto_eddsa_key_pair
2023-01-12 Loup VaillantSimplified Blake2b API
2023-01-10 Loup VaillantAdd streaming AEAD.
2023-01-09 Loup VaillantSimplified and unified Chacha20 API
2023-01-09 Loup VaillantCosmetic: renamed variable to match comments
2023-01-09 Loup VaillantAdded missing entry in CHANGELOG.md
2023-01-07 Loup VaillantAdded X25519 -> EdDSA public key conversion
2023-01-06 Loup VaillantNicer Argon2 API
2022-12-31 Loup VaillantFixed uninitialised read UB in Argon2
2022-12-31 Loup VaillantFix TIS-CI config
2022-12-30 Loup VaillantAdd Argon2d and Argon2id support
2022-12-30 Loup VaillantPrepare Argon2d and Argon2id support
2022-12-29 Loup VaillantArgon2: fix buffer overflow
2022-12-29 Loup VaillantFix tis-ci tests
2022-12-28 Loup VaillantSimplify Argon2i
2022-12-28 Loup VaillantArgon2i: support multiple lanes
2022-12-28 Loup VaillantUse ASSERT everywhere
2022-12-12 Loup VaillantReworked Argon2 API (draft)
2022-12-12 Loup VaillantMore elegant ASSERT
2022-12-12 Loup VaillantMore portable/consistent EdDSA verification
2022-12-09 luizFix typo in Ed25519 header
2022-12-07 Loup VaillantCosmetic: inline double scalarmult
2022-12-07 Loup VaillantLess error prone EdDSA verification building blocks
2022-12-06 Loup VaillantFix: TIS-CI: removed v_key_exchange entry point
2022-12-05 Loup VaillantReorganised tests
2022-12-04 Loup VaillantCosmetic: more consistent spacing
2022-12-04 Loup VaillantReorder monocypher.h a bit
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
next