]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2023-03-24 Loup VaillantRevert "Modify Blake2b context input to byte buffer"
2023-03-23 Loup VaillantFixed NULL += 0 undefined behaviour
2023-03-23 Loup VaillantEnable results for inspection
2023-03-23 Loup VaillantRemove obsolete carry propagation test
2023-03-23 Loup VaillantMakefile nitpicks
2023-03-22 Loup VaillantModify Blake2b context input to byte buffer
2023-03-22 Loup VaillantRename align() to gap() to avoid confusion
2023-03-20 Loup VaillantFaster Poly1305 (integrate loop into core rounds)
2023-03-20 Loup VaillantThe proofs were cute, but they don't mesh well with...
2023-03-20 Loup VaillantMore stable speed tests
2023-03-19 Loup VaillantAdd tinyssh speed tests
2023-03-14 Loup Vaillant.Lk is better than .%U for links
2023-03-14 Loup VaillantWikipedia spelling for 'little-endian'
2023-03-12 Loup VaillantRemove last blank lines from tarball README.md
2023-03-12 Loup VaillantUpdate LICENCE.md dates
2023-03-06 Loup Vaillantupdate CHANGELOG
2023-03-06 Loup VaillantSpecify incremental AEAD exact wire format
2023-03-06 Loup VaillantSpecify Elligator exact wire format
2023-03-05 Loup VaillantSplit installation into 3 sub targets
2023-03-05 Loup VaillantUpdate soname (forgot 4.0.0 breaking changes)
2023-03-01 Loup VaillantFix Ed25519 secret_key size
2023-02-27 Loup VaillantFix the most nitpicky Clang warnings, fix C++ compatibility
2023-02-27 Loup VaillantMove relevant parts of tests/utils.c to tests/gen
2023-02-26 Loup VaillantAdd scalarbase property test (curve order)
2023-02-26 Loup VaillantGenerate docks with `make all`
2023-02-25 Loup VaillantGive myself some copyright info
2023-02-25 Fabio ScotoniResolve mandoc -Tlint nits
2023-02-25 Fabio Scotonimakefile: fix install-doc
2023-02-20 Loup VaillantInclude TIS-CI in the relase, remove dist target
2023-02-20 Loup VaillantUpdate intro.3monocypher a bit
2023-02-20 Loup VaillantCopied the input validation caveat everywhere
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()
next