]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
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
2020-03-01 Loup VaillantMerge pull request #160 from fscoto/master+test-typo
2020-03-01 Fabio Scotonitests: fix typo in messages
2020-02-29 Loup VaillantMerge pull request #159 from richwalm/master
2020-02-29 Richard WalmsleyPerform a full overlapping range for test.
2020-02-29 Richard WalmsleyDocument & test overlapping of key_exchange.
2020-02-29 Loup VaillantElligator script: added paper URL
2020-02-29 Fabio ScotoniAdd random_bytes() to crypto_lock examples
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
next