]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2020-05-12 Loup VaillantREADME: Monocypher is not compatible with NaCl
2020-05-02 Loup VaillantCosmetic. compact grouping of vtables
2020-05-02 Loup VaillantTurned ALIGN into a function
2020-04-22 Loup VaillantMerge pull request #173 from fscoto/master+reproball
2020-04-22 Fabio Scotonidist.sh: Make tarball reproducible
2020-04-22 Fabio ScotoniMake Elligator test vector gen deterministic
2020-04-20 Loup VaillantMore readable Blake2 round function
2020-04-20 Loup VaillantFixed (NULL + 0) undefined behaviour
2020-04-18 Loup VaillantMerge pull request #171 from stevefan1999-personal...
2020-04-18 Steve FanUpdate monocypher.h
2020-04-16 Loup VaillantTrim scalar in place
2020-04-16 Loup VaillantWorked around Microsoft compiler warning
2020-04-15 Loup VaillantReordered functions and constants
2020-04-15 Loup VaillantInlined fe_mul121666)
2020-04-15 Loup VaillantSimplified GF(2^255-19) carry propagation
2020-04-11 Loup VaillantFixed shift of integers on 16 bit machines
2020-04-11 Loup VaillantIndentation fix
2020-04-11 Loup Vaillantcomment nitpick
2020-04-08 Loup VaillantMerge pull request #168 from fscoto/master+argon2-doc...
2020-04-08 Fabio Scotoniargon2i: Warn about conequences of nb_iterations<3
2020-04-03 Loup VaillantUpdate CHANGELOG date
2020-04-03 Loup VaillantFixed CHANGELOG version number
2020-04-02 Loup VaillantVarious makefile cleanups
2020-04-01 Loup VaillantMore thorough testing
2020-04-01 Loup VaillantNitpicks
2020-04-01 Loup VaillantSome more tests
2020-03-31 Loup VaillantMerge pull request #165 from fscoto/master+license...
2020-03-31 Loup VaillantMerge pull request #164 from fscoto/master+misc-doc
2020-03-31 Fabio ScotoniLICENCE.md: Bump everyone's year
2020-03-31 Fabio ScotoniAddress review concerns from #164.
2020-03-31 Fabio Scotonicrypto_ietf_chacha20: Add missing section to .Xr
2020-03-31 Fabio Scotonicrypto_sign_init_first_pass: Swap emphasis
2020-03-31 Fabio Scotonicrypto_sign: s/document/message/
2020-03-31 Fabio Scotonicrypto_curve_to_hidden: Add missing word
2020-03-31 Fabio Scotonicrypto_argon2i: The given usages are just examples...
2020-03-31 Fabio Scotonicrypto_blake2b: Harmonize description with MAC example
2020-03-31 Fabio Scotonicrypto_verify: wording nitpicks
2020-03-31 Fabio Scotoniintro, crypto_poly1305: standardize "one-time"
2020-03-31 Fabio Scotonidoc: crypto_xchacha20 does XChaCha20, not Chacha20
2020-03-31 Fabio Scotonicrypto_x25519: Note that _from_eddsa exists
2020-03-31 Fabio Scotonicrypto_key_exchange: Note that _from_eddsa exists
2020-03-31 Loup VaillantManual: nits & typos
2020-03-31 Loup VaillantUpdate changelog
2020-03-30 Loup VaillantFixed copyright year
2020-03-30 Loup VaillantAdded constant time tests with Valgrind
2020-03-29 Loup VaillantManual: fixed function name
2020-03-29 Loup VaillantSqueeze some more lines of code
2020-03-29 Loup VaillantOptimised scalar inversion with Montgomery multiplication
2020-03-28 Loup VaillantMore accurate code examples for Blake2b MAC
2020-03-27 Loup VaillantWording nitpick
2020-03-27 Loup VaillantTypos
2020-03-27 Loup VaillantTest all possible key lengths for Blake2b
2020-03-27 Loup VaillantFixed non-working example
2020-03-27 Loup VaillantDoc: wrong key length range in example
2020-03-27 Loup VaillantSeparated arithmetic moduloL from EdDSA
2020-03-27 Loup VaillantTiny simplification
2020-03-27 Loup VaillantMerge pull request #163 from fscoto/master+eddsa-doc
2020-03-27 Fabio Scotonidoc: more details on mitigating power side channels...
2020-03-25 Loup VaillantDocumentation typo
2020-03-25 Loup Vaillantcorrected symlink
2020-03-25 Loup VaillantMissing space
2020-03-25 Loup Vaillants/dangerous/dirty
2020-03-25 Loup VaillantMerge pull request #162 from fscoto/master+new-doc
2020-03-25 Fabio Scotonidoc: Re-insert accidentally omitted "otherwise"
2020-03-25 Fabio ScotoniAddress review concerns in #162
2020-03-25 Fabio Scotonidoc intro: Xr the EdDSA->25519 conversion functions
2020-03-25 Fabio ScotoniDocument the EdDSA->X25519 functions
2020-03-25 Fabio ScotoniMerge branch 'master' into master+new-doc
2020-03-24 Fabio Scotonidoc: s/dangerous/fast/g
2020-03-24 Loup VaillantAdded EdDSA to X25519 conversions
2020-03-24 Loup VaillantTypos
2020-03-24 Loup Vaillants/dangerous/dirty
2020-03-24 Fabio Scotonidoc: address review concerns from #162
2020-03-24 Fabio Scotonicurve_to_hidden: Note it is intended for ephemeral...
2020-03-24 Fabio ScotoniMerge branch 'master' into master+new-doc
2020-03-24 Fabio ScotoniDocument Elligator and related plus X25519 inverse
2020-03-24 Loup VaillantForgot to wipe buffers
2020-03-24 Loup VaillantAdded dangerous X25519 speed benchmarks
2020-03-24 Loup VaillantMerge pull request #161 from fscoto/master+new-doc
2020-03-24 Fabio Scotonidoc: contributory behavior may be required sometimes
2020-03-23 Loup VaillantRefined the Elligator interface
2020-03-23 Loup VaillantElligator script: alternate way to co-clear
2020-03-23 Loup VaillantHave trim_scalar() copy its own buffer
2020-03-23 Loup VaillantCommented inverse square root
2020-03-22 Loup VaillantElligator script: simplified Montgomery ladder
2020-03-22 Loup VaillantRenamed Elligator2 functions
2020-03-22 Loup VaillantSave more LOC with load/store routines
2020-03-22 Loup VaillantMore honest LOC count for scalarmult
2020-03-22 Loup VaillantAdded ZERO helper to save some more lines
2020-03-22 Loup VaillantAdded COPY helper to save some LOC
2020-03-22 Loup VaillantAdded scalar multiplication by inverse
2020-03-21 Loup VaillantElligator script: added padding to test vectors
2020-03-21 Loup VaillantElligator script: small refactor
2020-03-21 Loup VaillantAdded vectors from hash_to_curve RFC
2020-03-18 Loup VaillantElligator: take cofactor from secret key instead of...
2020-03-18 Loup VaillantAdded easy interface for Elligator
2020-03-17 Loup VaillantDon't try to re-generate test vectors upon release
2020-03-17 Loup VaillantIgnore the right release script
2020-03-17 Loup VaillantMinor bits & fixes
2020-03-16 Loup VaillantCommented how clamping biases Elligator keys
next