]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2020-03-24 Loup Vaillants/dangerous/dirty
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
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
next