]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2020-02-29 Loup VaillantElligator script: added paper URL
2020-02-28 Loup VaillantElligator script: comments & proofs
2020-02-27 Loup VaillantElligator script: general organisation
2020-02-27 Loup VaillantElligator script: removed slow scalarmult
2020-02-27 Loup VaillantElligator script: clarified non-square
2020-02-27 Loup VaillantElligator Script: ackwowledge Andrew Moon's contribution
2020-02-26 Loup VaillantReplaced fast mappings by even better ones
2020-02-26 Loup VaillantMerge pull request #157 from fscoto/master+examples
2020-02-25 Fabio ScotoniExamples: const correctness
2020-02-25 Loup VaillantElligator scritp: positive/negative cosmetic
2020-02-24 Loup VaillantElligator script: hoisted constant out
2020-02-24 Loup VaillantElligator script: added explicit curve to hash
2020-02-23 Loup VaillantMan page: fixed const in code example
2020-02-23 Loup VaillantElligator script: whitespace nitpick
2020-02-23 Loup VaillantAdded Elligator to vector generation
2020-02-23 Loup Vaillantvector_to_header now handles leading empty lines
2020-02-23 Loup VaillantREADME.md: fixed test dir path
2020-02-23 Loup VaillantElligator script: ordering nitpick
2020-02-23 Loup VaillantElligator script: take vectors from stdin
2020-02-23 Loup VaillantElligator script: added fast_curve_to_hash
2020-02-23 Loup VaillantElligator script: test explicit_hash_to_curve
2020-02-23 Loup VaillantElligator script: remove redundant test
2020-02-23 Loup VaillantElligator script: test fast_scalarbase
2020-02-23 Loup VaillantElligator script: moved final tests
2020-02-23 Loup VaillantElligator script: naming nitpick
2020-02-21 Loup VaillantElligator script: use x25519_pk test vectors
2020-02-21 Loup VaillantElligator script: avoid redundant computaton
2020-02-20 Loup VaillantElligator script: added fast_from_edwards
2020-02-20 Loup VaillantElligator script: readability nitpick
2020-02-20 Loup VaillantElligator script: removed erroneous .abs()
2020-02-19 Loup VaillantElligator 2 script: fast scalarmult, explicit hash_to_curve
2020-02-19 Loup VaillantAdded the fe (field element) type for readability
2020-02-18 Loup VaillantPortability nitpick
2020-02-18 Loup VaillantUse pow() for exponentiation in Python 3
2020-02-17 Loup VaillantSimplified elligator scripts a bit
2020-02-17 Loup VaillantAdd license to elligator script
2020-02-17 Loup VaillantPorted SAGE script to Python3
2020-02-17 Loup VaillantSAGE script: use (and fix) scalarbase
2020-02-17 Loup VaillantSAGE script: removed dead code
2020-02-17 Loup VaillantPython 3 compatible print calls for SAGE
2020-02-16 Loup VaillantAdded Elligator2 SAGE script
2020-02-14 Loup VaillantRemoved modulo operation in SHA-512
2020-02-14 Loup VaillantRemoved 64-bit modulo operation in Argon2i
2020-02-12 Loup VaillantRemoved unnecesary period in HMAC manual
2020-02-08 Loup VaillantAdded warning in the Git version of the README
2020-02-08 Loup VaillantMinor man page nitipick
2020-02-06 Loup VaillantMerge pull request #155 from fscoto/master+pwhash-doc
2020-02-06 Fabio Scotonipw hashing: clarify that hash functions can hash
2020-02-05 Fabio ScotoniBe more explicit about passwords in man pages
2020-01-24 Loup VaillantImproved readability of EdDSA verification
2020-01-23 Loup VaillantEasier to use ge_madd() and ge_msub()
2020-01-22 Loup VaillantCorrected changelog (IETF Chacha20)
2020-01-20 Loup Vaillantvector_to_header did not return 0
2020-01-19 Loup VaillantUpdate Changelog date
2020-01-15 Loup VaillantMerge pull request #151 from fscoto/master+comments
2020-01-15 Fabio ScotoniAdd some comments about what the EC functions do
2020-01-14 Loup VaillantBump copyright year (again)
2020-01-13 Loup VaillantBump copyright year
2020-01-11 Loup VaillantFixed missing wipe
2020-01-11 Loup VaillantRemoved unnecessary wipe
2020-01-11 Loup VaillantCosmetic/consistency in Argon2i
2020-01-11 Loup VaillantMerge pull request #150 from fscoto/master+shhead
2020-01-11 Loup VaillantMerge pull request #149 from fscoto/master+custom-hash
2020-01-11 Fabio Scotonidoc: custom hash: clean up C-only-isms
2020-01-08 Loup VaillantAdded Wycheproof HMAC-SHA512 test vectors
2020-01-08 Loup VaillantFixed C++ compilation
2020-01-05 Loup VaillantRolled loop for zero initialisation
2020-01-05 Loup VaillantMerge pull request #145 from fscoto/master+custom-hash
2020-01-05 Loup VaillantMerge pull request #147 from mikejsavage/examplesfixes
2020-01-05 Loup VaillantMerge pull request #146 from mikejsavage/man2csh
2019-12-29 Michael SavageFix license
2019-12-28 Michael Savagereturn 0
2019-12-28 Michael SavageMatch man2html.sh style
2019-12-28 Michael SavageQuotes, use cat so the sed train runs strictly left...
2019-12-28 Michael Savagedist_ignore extract_examples.sh
2019-12-28 Michael SavageReview changes
2019-12-28 Fabio Scotonidist.sh: Forgot copyright header for myself
2019-12-28 Michael SavageSome examples fixes
2019-12-28 Michael SavageWhoops
2019-12-28 Michael SavageRewrite example test script in shell
2019-12-28 Fabio Scotonidoc: use static key for custom hash example
2019-12-27 Loup VaillantMerge pull request #144 from mikejsavage/testexamples
2019-12-27 Michael SavageAdd a script to extract examples from man pages
2019-12-23 Loup VaillantTypo
2019-12-23 Loup VaillantMerge pull request #143 from fscoto/master+licensing3
2019-12-23 Fabio ScotoniLICENCE.md: Clarifications
2019-12-23 Fabio Scotonistyle.css: Affix license header
2019-12-23 Fabio ScotoniAdd AUTHORS.md for externals
2019-12-23 Fabio ScotoniLicensing header additions
2019-12-20 Loup VaillantExpunged Monokex test vectors
2019-12-18 Loup VaillantReintroduce "intro: format link with .Lk"
2019-12-16 Loup VaillantRevert "Fixed typo in manual"
2019-12-15 Loup VaillantFixed typo in manual
2019-12-13 Loup VaillantMerge pull request #142 from fscoto/master+new-man
2019-12-13 Fabio ScotoniDocumentation: Remove vestiges of incremental AEAD
2019-12-12 Loup VaillantMerge pull request #141 from fscoto/master+new-man
2019-12-12 Loup VaillantMerge pull request #140 from fscoto/master+build
2019-12-12 Fabio ScotoniRevert "intro: format link with .Lk"
2019-12-12 Fabio Scotonimakefile: Add LIBDIR option
2019-12-12 Fabio Scotonimakefile: Honor LDFLAGS variable if given
next