]> git.ipfire.org Git - thirdparty/nettle.git/shortlog
thirdparty/nettle.git
2013-04-23  Niels MöllerMention South Pole AB in NEWS.
2013-04-23  Martin StorsjöIgnore the umac-test binary
2013-04-23  Martin StorsjöConsistently use EXEEXT_FOR_BUILD
2013-04-21  Niels MöllerMinor typographic fixes.
2013-04-21  Niels MöllerFixes for make dist target.
2013-04-21  Niels MöllerFixed comment typo.
2013-04-21  Martin StorsjöFixed comment typos.
2013-04-18  Niels MöllerUpdated info about ARM neon use.
2013-04-18  Niels MöllerRecognize all "arm*" cpus, not just "armv7*".
2013-04-18  Niels MöllerReorganization of ARM assembly.
2013-04-18  Niels MöllerUpdated release status.
2013-04-18  Niels MöllerUMAC documentation.
2013-04-18  Niels MöllerMinor doc fixes.
2013-04-18  Niels MöllerAdded some missing full stops.
2013-04-18  Niels MöllerRename UMAC_BLOCK_SIZE to UMAC_DATA_SIZE.
2013-04-18  Niels MöllerComment fix.
2013-04-18  Niels MöllerNew UMAC{32,64,96,128}_DIGEST_SIZE constants.
2013-04-17  Niels MöllerDocument salsa20r12. Also some updates to the copyright...
2013-04-17  Niels MöllerUpdated release test status.
2013-04-17  Niels MöllerMention salsa20r12 in NEWS.
2013-04-17  Niels MöllerBenchmark salsa20r12.
2013-04-17  Niels MöllerDrop -lgmp when linking eccdata.
2013-04-17  Niels MöllerUse mini-gmp for the eccdata program.
2013-04-16  Niels MöllerUpdate plans for 2.8.
2013-04-16  Niels MöllerFix for big-endian support.
2013-04-16  Niels MöllerBuild eccdata only when public key support is enabled.
2013-04-16  Niels MöllerUpdated release plan.
2013-04-16  Niels MöllerSwitch to non-logarithmic ALIGN macro.
2013-04-16  Niels MöllerEliminated l1_out from umac context structs, store...
2013-04-16  Niels MöllerDeleted redundant memcpy.
2013-04-16  Niels MöllerIncrease umac block count to 64 bits. Some reordering...
2013-04-16  Niels MöllerMore NEWS entries for nettle-2.7.
2013-04-16  Niels MöllerBumped version numbers, for nettle-2.7.
2013-04-16  Niels MöllerInclude arm assembly files in distribution.
2013-04-16  Niels MöllerUpdated release plan.
2013-04-16  Niels MöllerDeleted obsolete comment.
2013-04-16  Niels MöllerAdded forgotten ChangeLog entry for the 2.6 release.
2013-04-16  Niels MöllerFixed comment typo.
2013-04-16  Niels Möllerx86_64 assembly for umac_nh_n.
2013-04-16  Niels MöllerFixed nonce caching for umac32 and umac64.
2013-04-16  Niels MöllerTest umac nonce increment.
2013-04-16  Niels MöllerGenerate umac test vectors with incremented nonces.
2013-04-16  Niels MöllerFixed umac nonce increment.
2013-04-16  Niels MöllerGeneralize INCREMENT macro, allow size == 1.
2013-04-15  Niels MöllerGenerated UMAC test vectors.
2013-04-15  Niels Möllerumac reference code, for generation of test vectors.
2013-04-15  Niels Möllerx86_64 assembly for umac_nh.
2013-04-15  Niels MöllerARM assembly for umac_nh_n.
2013-04-15  Niels Möllerumac-test: Fixed memory leak.
2013-04-12  Niels MöllerARM umac_nh: Use vmlal, 16% speedup.
2013-04-12  Niels MöllerARM assembly for umac_nh.
2013-04-12  Niels MöllerPrepare configure.ac for umac assembly routines.
2013-04-12  Niels MöllerAdded umac alignment tests.
2013-04-11  Niels MöllerMore efficient _umac_nh_n.
2013-04-11  Niels MöllerAdded umac benchmarking.
2013-04-11  Niels MöllerMinor reorg of umac l3 hashing.
2013-04-11  Niels MöllerImplemented umac.
2013-04-11  Niels MöllerUpdated release plans.
2013-04-11  Niels MöllerReplace mp_bitcnt_t by unsigned, for compatibility...
2013-04-11  Niels Möllerx86_64 sha3: Go via memory for moves between general...
2013-04-10  Niels MöllerMerge branch 'master' of git://git.lysator.liu.se/nettl...
2013-04-06  Niels MöllerStarted on NEWS for 2.7.
2013-04-06  Edgar E. IglesiasFix condition for when the block buffer is full.
2013-04-05  Niels MöllerChanged name "Internetfonden" to "the .SE Internet...
2013-04-04  Niels Möllerecc_point_get: Allow NULL x or y.
2013-04-04  Niels MöllerUpdate manual with ECC material and some spell checking.
2013-04-04  Martin StorsjöAdd a fallback definition for mpn_sqr.
2013-04-04  Martin StorsjöAdd fallback functions for mpn_copyd, mpn_copyi and...
2013-04-04  Niels MöllerUse mpn_cnd_add_n and mpn_cnd_sub_n when available...
2013-04-03  Niels MöllerImplemented ecc_point_mul and ecc_point_mul_g.
2013-04-03  Niels MöllerTests for salsa20r12.
2013-04-02  Niels MöllerUpdated release plan.
2013-03-26  Niels MöllerUpdated FIPS reference.
2013-03-26  Niels MöllerGenerate Salsa20 intermediate values.
2013-03-26  Niels MöllerARM assembly for salsa20.
2013-03-25  Niels MöllerChangeLog for Martin's timing changes.
2013-03-25  Niels MöllerTypo fix in file header.
2013-03-25  Martin StorsjöFactorize timing functions to a separate file
2013-03-25  Niels MöllerWhitespace cleanup.
2013-03-25  Niels MöllerNiko's salsa20r12 changes.
2013-03-25  Nikos MavrogiannopoulosAdded encryption function for 12-round salsa20.
2013-03-25  Niels MöllerUpdate with Martin Storsjö's changes.
2013-03-25  Martin StorsjöUse local paths for including headers in examples and...
2013-03-25  Martin StorsjöDo the movd/movq workaround for the osx assembler,...
2013-03-25  Niels MöllerDon't include asm objects twice in shared libhogweed.
2013-03-15  Niels MöllerARM sha3: Use 128-bit xor.
2013-03-15  Niels MöllerARM sha3 micro optimization: Eliminate a vmov.
2013-03-15  Niels MöllerInitial ARM assembly for sha3_permute.
2013-03-15  Niels MöllerARM: New macro QREG.
2013-03-14  Niels MöllerReenabled sha3-permute.asm.
2013-03-14  Niels MöllerReformatted SHA512 intermediate values.
2013-03-14  Niels MöllerImproved ARM sha512 assembly.
2013-03-14  Niels MöllerUse neon registers for loading the input. Slight slowdown.
2013-03-14  Niels MöllerAdditional SHA512 tests.
2013-03-13  Niels MöllerInitial ARM neon assembly for SHA512.
2013-03-13  Niels MöllerComment fix.
2013-03-13  Niels Möllerx86_64 assembly for sha512.
2013-03-13  Niels MöllerGenerate SHA512 intermediate values.
2013-03-13  Niels MöllerEliminated a temporary in the SHA512 round.
2013-03-13  Niels Möllerx86_64 assembly for sha256.
next