2020-11-06 |
Niels Möller | Reduce scratch need for ecc_curve25519_sqrt |
commit | commitdiff | tree |
2020-11-06 |
Niels Möller | Delete unneeded copy in ecc_add_jja. |
commit | commitdiff | tree |
2020-11-05 |
Niels Möller | Reduce scratch need for ecc_dup_jj |
commit | commitdiff | tree |
2020-11-03 |
Niels Möller | Reduce scratch need for ecc_add_thh |
commit | commitdiff | tree |
2020-11-03 |
Niels Möller | Reduce scratch need for ecc_dup_th |
commit | commitdiff | tree |
2020-11-03 |
Niels Möller | Reduce scratch need for ecc_add_ehh |
commit | commitdiff | tree |
2020-11-03 |
Niels Möller | Reduce scratch need for ecc_dup_eh. |
commit | commitdiff | tree |
2020-11-03 |
Niels Möller | Stricter requirements for in-place ecc_add_func. |
commit | commitdiff | tree |
2020-11-03 |
Niels Möller | Delete obsolete comment. |
commit | commitdiff | tree |
2020-11-03 |
Niels Möller | Reduce scratch need for ecc_add_th |
commit | commitdiff | tree |
2020-11-03 |
Niels Möller | Reduce scratch need for ecc_add_eh |
commit | commitdiff | tree |
2020-11-02 |
Niels Möller | Reduce scratch need for ecc_curve25519_sqrt |
commit | commitdiff | tree |
2020-11-02 |
Niels Möller | Reduce scratch need for ecc_curve25519_inv |
commit | commitdiff | tree |
2020-11-01 |
Niels Möller | Separate result area for ecc_mod_mul and ecc_mod_sqr. |
commit | commitdiff | tree |
2020-11-01 |
Niels Möller | testsuite: Show curve bits in test_ecc_point failure... |
commit | commitdiff | tree |
2020-10-31 |
Niels Möller | Update ChangeLog. |
commit | commitdiff | tree |
2020-10-31 |
Niels Möller | Update ARM mod and redc functions |
commit | commitdiff | tree |
2020-10-31 |
Niels Möller | Extend ecc-redc-test. |
commit | commitdiff | tree |
2020-10-31 |
Niels Möller | Update x86_64 ecc_secp256r1_redc for separate result... |
commit | commitdiff | tree |
2020-10-30 |
Niels Möller | Update x86_64 assembly mod functions |
commit | commitdiff | tree |
2020-10-30 |
Niels Möller | Add separate result argument to all mod functions. |
commit | commitdiff | tree |
2020-10-30 |
Niels Möller | Delete testcase, it's invalid with 32-bit limbs. |
commit | commitdiff | tree |
2020-10-29 |
Niels Möller | Simplify ecc_mod, and prepare for separate result argument. |
commit | commitdiff | tree |
2020-10-29 |
Niels Möller | blowfish: Add casts to uint32_t. |
commit | commitdiff | tree |
2020-10-28 |
Niels Möller | Use GMP functions mpn_cnd_add_n, mpn_cnd_sub_n and... use-mpn_cnd-functions |
commit | commitdiff | tree |
2020-10-14 |
Niels Möller | Shared implementation of ecc_mod_pow_2k and related... |
commit | commitdiff | tree |
2020-10-13 |
Niels Möller | Merge branch 'invert-with-redc' into master-updates |
commit | commitdiff | tree |
2020-09-25 |
Niels Möller | Fix bogus email address in ChangeLog. |
commit | commitdiff | tree |
2020-09-25 |
Niels Möller | gcm: Micro optimized gcm_fill, for big and little endian. |
commit | commitdiff | tree |
2020-09-24 |
Niels Möller | Prefer to use ppc register names, if assembler supports it. |
commit | commitdiff | tree |
2020-09-23 |
Maamoun TK | "PowerPC64" Use same register convention in VSR macro |
commit | commitdiff | tree |
2020-09-23 |
Maamoun TK | "PowerPC64" Use explicit register names |
commit | commitdiff | tree |
2020-09-21 |
Niels Möller | ppc: Add configure test and macros to replace register... |
commit | commitdiff | tree |
2020-09-21 |
Niels Möller | M4 utilities, from GMP. |
commit | commitdiff | tree |
2020-09-15 |
Niels Möller | Add missing file blowfish-internal.h to DISTFILES. |
commit | commitdiff | tree |
2020-09-15 |
Niels Möller | ChangeLog entry for m4 quoting change |
commit | commitdiff | tree |
2020-09-14 |
Niels Möller | Use default m4 quote character in asm files, part 5 default-m4-quote-char |
commit | commitdiff | tree |
2020-09-14 |
Niels Möller | Use default m4 quote character in asm files, part 4 |
commit | commitdiff | tree |
2020-09-14 |
Niels Möller | Update x86_64/fat/sha256-compress.asm, overlooked in... |
commit | commitdiff | tree |
2020-09-14 |
Niels Möller | Use default m4 quote character in asm files, part 3 |
commit | commitdiff | tree |
2020-09-13 |
Niels Möller | Use default m4 quote character in asm files, part 2 |
commit | commitdiff | tree |
2020-09-12 |
Niels Möller | Use default m4 quote character in asm files, part 1 |
commit | commitdiff | tree |
2020-09-12 |
Niels Möller | x86_64: Fix incorrect W64_EXIT in salsa20-2core.asm. |
commit | commitdiff | tree |
2020-09-04 |
Maamoun TK | "PowerPC64" AES improve syntax |
commit | commitdiff | tree |
2020-08-29 |
Niels Möller | Enable powerpc64 assembly only for 64-bit builds. |
commit | commitdiff | tree |
2020-08-29 |
Niels Möller | Merge branch 'power-asm-wip' |
commit | commitdiff | tree |
2020-08-29 |
Niels Möller | ChangeLog entries for initial powerpc64 assembly. |
commit | commitdiff | tree |
2020-08-26 |
Niels Möller | Fix syntax error in configure.ac power-asm-wip |
commit | commitdiff | tree |
2020-08-26 |
Niels Möller | Add power FAT_TEST_LIST, and make --enable-power-crypto... |
commit | commitdiff | tree |
2020-08-26 |
Niels Möller | Indentation fixes |
commit | commitdiff | tree |
2020-08-26 |
Maamoun TK | Check for ENV_OVERRIDE in get_ppc_features() |
commit | commitdiff | tree |
2020-08-26 |
Maamoun TK | Add AIX to cpu detection |
commit | commitdiff | tree |
2020-08-26 |
Niels Möller | Fix definition of HAVE_NATIVE_aes_decrypt and HAVE_NATI... |
commit | commitdiff | tree |
2020-08-26 |
Niels Möller | Add support for powerpc64 fat build |
commit | commitdiff | tree |
2020-08-26 |
Niels Möller | Rename powerpc64/P8 to powerpc64/p8 |
commit | commitdiff | tree |
2020-08-26 |
Maamoun TK | "PowerPC64" Add README (Reformatted) |
commit | commitdiff | tree |
2020-08-26 |
Niels Möller | Enable powerpc64 assembly |
commit | commitdiff | tree |
2020-08-26 |
Maamoun TK | "PowerPC64" Add optimized AES [Enc|Dec] |
commit | commitdiff | tree |
2020-08-26 |
Maamoun TK | "PowerPC64" Add machine.m4 |
commit | commitdiff | tree |
2020-07-31 |
Niels Möller | gitlab-ci: Run make check-fat for x86_64 and cross... |
commit | commitdiff | tree |
2020-07-31 |
Niels Möller | New make target check-fat |
commit | commitdiff | tree |
2020-07-20 |
Niels Möller | Merge branch 'x86_64-salsa20-2core' |
commit | commitdiff | tree |
2020-07-20 |
Niels Möller | ChangeLog for x86_64/salsa20-2core.asm |
commit | commitdiff | tree |
2020-07-14 |
Niels Möller | Rearrange chacha_crypt and chacha_crypt32, enabling... chacha-3core-neon |
commit | commitdiff | tree |
2020-07-14 |
Niels Möller | Fix (arm neon) _nettle_chacha_3core32 |
commit | commitdiff | tree |
2020-07-14 |
Niels Möller | ChangeLog update. |
commit | commitdiff | tree |
2020-07-14 |
Niels Möller | In chacha_crypt, use _chacha_3core if leftover is more... |
commit | commitdiff | tree |
2020-07-13 |
Niels Möller | Keep counter words in registers |
commit | commitdiff | tree |
2020-07-13 |
Niels Möller | Reschedule first permutation |
commit | commitdiff | tree |
2020-07-13 |
Niels Möller | Reschedule second permutation |
commit | commitdiff | tree |
2020-07-13 |
Niels Möller | Reschedule second qround |
commit | commitdiff | tree |
2020-07-13 |
Niels Möller | Reschedule first qround |
commit | commitdiff | tree |
2020-07-13 |
Niels Möller | Three-way interleaving of chacha on Neon |
commit | commitdiff | tree |
2020-07-13 |
Niels Möller | Tweak stop condition of _salsa20_crypt_2core |
commit | commitdiff | tree |
2020-07-11 |
Niels Möller | Additional chacha test, with simpler input structure. |
commit | commitdiff | tree |
2020-07-11 |
Niels Möller | Delete obsolete tests for chacha with 128-bit keys |
commit | commitdiff | tree |
2020-07-10 |
Niels Möller | x86_64: Replace salsa20_crypt assembly with salsa20_2core x86_64-salsa20-2core |
commit | commitdiff | tree |
2020-07-09 |
Maamoun TK | Add missing undef directives in configure.ac |
commit | commitdiff | tree |
2020-07-09 |
Maamoun TK | Add test 128 bytes to gcm-test |
commit | commitdiff | tree |
2020-07-09 |
Niels Möller | Fix preprocessor warnings |
commit | commitdiff | tree |
2020-07-08 |
Niels Möller | Rearrange salsa20, enabling ARM fat builds to use sala2... salsa20-2core-neon |
commit | commitdiff | tree |
2020-07-06 |
Niels Möller | Two-way interleaving of salsa20 on Neon |
commit | commitdiff | tree |
2020-07-06 |
Niels Möller | Additional salsa20 test, with simpler input structure. |
commit | commitdiff | tree |
2020-07-06 |
Niels Möller | Obey --enable-arm-neon=yes, even if not explicitly... |
commit | commitdiff | tree |
2020-07-06 |
Niels Möller | Merge branch 'bcrypt' |
commit | commitdiff | tree |
2020-07-02 |
Niels Möller | Move bcrypt tests to its own file. ChangeLog entries... bcrypt |
commit | commitdiff | tree |
2020-07-01 |
Stephen R.... | Add bcrypt tests to testsuite. |
commit | commitdiff | tree |
2020-06-30 |
Stephen R.... | blowfish: Add bcrypt support. |
commit | commitdiff | tree |
2020-06-30 |
Niels Möller | gitlab-ci: Add cross tests for big-endian powerpc64. |
commit | commitdiff | tree |
2020-06-30 |
Niels Möller | Documentation fot Streebog hash |
commit | commitdiff | tree |
2020-06-29 |
Niels Möller | gitlab-ci: Add cross tests for powerpc64 |
commit | commitdiff | tree |
2020-06-25 |
Niels Möller | x86_64: Fix use of macro arguments in chacha QROUND... |
commit | commitdiff | tree |
2020-06-24 |
Stephen R.... | v4.0 Blowfish: Prepare for bcrypt support. |
commit | commitdiff | tree |
2020-06-20 |
Dmitry Baryshkov | test/gostdsa-vko: add hashed test vectors from RFC... |
commit | commitdiff | tree |
2020-06-20 |
Dmitry Baryshkov | pbkdf2-test: add PBKDF2 tests using Streebog HMAC function |
commit | commitdiff | tree |
2020-06-20 |
Dmitry Baryshkov | nettle-benchmark: bench Streebog hashes |
commit | commitdiff | tree |
2020-06-08 |
Dmitry Baryshkov | hmac: add support for streebog256/512 hash function |
commit | commitdiff | tree |
2020-06-06 |
Dmitry Baryshkov | testsuite: add test for Streebog hash function |
commit | commitdiff | tree |
2020-06-06 |
Dmitry Baryshkov | Implement GOST R 34.11-2012 (Streebog) hash function |
commit | commitdiff | tree |
2020-06-02 |
Niels Möller | Delete benchmark code attempting to measure function... |
commit | commitdiff | tree |
next |