]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2023-02-20 Loup VaillantRemoved redundant mkdir in makefile
2023-02-20 Loup VaillantUpdate README (and separate the speed section)
2023-02-20 Loup VaillantFewer SLOC cheats
2023-02-20 Loup VaillantUpdate CHANGELOG
2023-02-20 Loup VaillantLeaner tarball
2023-02-19 Loup VaillantLess repetitive makefile
2023-02-19 Loup VaillantClarified where the tarball makefile ends
2023-02-19 Loup VaillantPortable POSIX makefile
2023-02-19 Loup VaillantFixed ctgrind
2023-02-19 Loup VaillantWhitespace cosmetic
2023-02-19 Loup VaillantFix speed tests
2023-02-19 Loup VaillantDocument how to implement XEdDSA
2023-02-19 Loup VaillantMoved speed tests out of the main Makefile
2023-02-10 Loup VaillantBetter doc integration
2023-02-10 Loup VaillantRemoved TIS-CI tests from slow test suite
2023-02-10 Loup VaillantAdded missing Licence info
2023-02-09 Loup VaillantAdd Zebra tests for Ed25519
2023-02-09 Loup VaillantRemove Monocypher custom hash from ed25519-donna
2023-02-06 Loup VaillantAdd carry propagation tests to main tests & CI
2023-02-05 Loup VaillantCommented the origin of most test vectors
2023-02-03 Loup VaillantImproved SHA-512 speed on small inputs.
2023-02-03 Loup VaillantSimplify BLAKE2b a tiny little bit
2023-02-03 Loup VaillantAdd small input speed test for SHA-512
2023-02-03 Loup VaillantBetter SHA-512 test suite
2023-02-03 Loup VaillantDoc: typo
2023-02-02 Loup VaillantDocument BLAKE2b KDF, change BLAKE2b API *again*
2023-02-02 Loup VaillantFix UB (pointer pointing outside of object)
2023-02-01 Loup VaillantAdd HKDF SHA-512
2023-01-30 Loup VaillantRenamed crypto_hmac_sha512*() to crypto_sha512*_hmac()
2023-01-26 Loup VaillantDocumentation overhaul
2023-01-22 Loup VaillantAdd simple limb overflow checker for Poly1305
2023-01-22 Loup VaillantDocumentation nits & picks
2023-01-22 Fabio ScotoniNormalize crypto_blake2b markup
2023-01-22 Fabio ScotoniDocument new struct-based Argon2
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...
next