]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
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
2020-03-16 Loup VaillantElligator/X25519 compatibility test
2020-03-16 Loup VaillantWhitespace nitpick
2020-03-16 Loup VaillantElligator Script: fixed short test vectors
2020-03-16 Loup VaillantOverlapping tests for Elligator2 (inverse)
2020-03-16 Loup VaillantAdded Elligator2 inverse mapping
2020-03-10 Loup VaillantRemoved temporary to save some more stack
2020-03-09 Loup VaillantForgot to wipe a buffer
2020-03-09 Loup VaillantComment nitpick
2020-03-09 Loup VaillantSeparated EdDSA parsing and negation
2020-03-09 Loup VaillantSimplified Edwards point parsing
2020-03-09 Loup VaillantElligator tests: overlapping I/O
2020-03-09 Loup VaillantElligator script: removed unused imports
2020-03-09 Loup Vaillantgit ignore __pycache__
2020-03-09 Loup VaillantTypo, comment fe_isnegative()
2020-03-09 Loup VaillantElligator: fixed failure to ignore padding
2020-03-09 Loup VaillantAdded tests for Elligator direct mappings
2020-03-09 Loup VaillantFixed broken compilation
2020-03-09 Loup VaillantElligator script: removed unnecessary temporary
2020-03-09 Loup VaillantAdded Elligator2 direct map
2020-03-02 Loup VaillantMerge pull request #158 from fscoto/master+randombytes
2020-03-02 Fabio Scotonicrypto_sign example: sign the *entire* message
2020-03-02 Fabio Scotoniextract_examples.sh: warning cleanup
2020-03-02 Fabio ScotoniMerge branch 'master' into master+randombytes
2020-03-02 Fabio Scotonicrypto_sha512 example overhaul
2020-03-02 Fabio Scotonicrypto_hmac_sha512 example overhaul
2020-03-02 Fabio Scotonicrypto_x25519 example overhaul
2020-03-02 Fabio Scotonicrypto_sign example overhaul
2020-03-02 Fabio Scotonicrypto_poly1305 example overhaul
2020-03-02 Fabio Scotonicrypto_key_exchange example overhaul
2020-03-02 Fabio Scotonicrypto_hchacha20 example overhaul
2020-03-02 Fabio Scotonicrypto_chacha20 example overhaul
2020-03-02 Fabio Scotonicrypto_blake2b example overhaul
2020-03-02 Fabio Scotonicrypto_argon2i example overhaul
2020-03-01 Loup VaillantElligator script: clean up & comments
2020-03-01 Fabio ScotoniAnother attempt at crypto_lock example overhaul
next