skein/hopper

log

age author description
Sat, 27 Jun 2009 21:19:24 -0700 Eric Hopper Fleshed out interface for SkeinTreeHasher.hopper tip
Sat, 27 Jun 2009 21:04:48 -0700 Eric Hopper Fixing up comments some more.hopper
Sat, 27 Jun 2009 21:04:07 -0700 Eric Hopper Moving free function to skeinutil.hpp header.hopper
Sat, 27 Jun 2009 14:15:56 -0700 Eric Hopper A bit more documentation.hopper
Sat, 27 Jun 2009 12:33:30 -0700 Eric Hopper Less duplicated code is good, even if it no longer parses OK with the preprocessor directives removed.hopper
Sat, 27 Jun 2009 00:05:30 -0700 Eric Hopper Set up Doxygen documentation.hopper
Fri, 26 Jun 2009 23:26:10 -0700 Eric Hopper I think I finally have a workable interface.hopper
Sun, 14 Jun 2009 12:42:24 -0700 Eric Hopper Put in some fixups to make things compile.hopper
Sun, 14 Jun 2009 12:41:18 -0700 Eric Hopper Put in a nice function for finding which power of 2 a number is.hopper
Sat, 06 Jun 2009 14:29:25 -0700 Eric Hopper Fix some issues that could cause bad optimizations for compilers that do C99 style strict aliasing.hopper
Thu, 28 May 2009 17:27:15 -0700 Eric Hopper Added some portability headers for non-c++0x C++.hopper
Wed, 27 May 2009 14:11:22 -0700 Eric Hopper More work on tree hash mode.hopper
Tue, 26 May 2009 15:37:54 -0700 Eric Hopper A tiny bit farther on tree hashing.hopper
Tue, 26 May 2009 15:24:44 -0700 Eric Hopper Move computation of real block size for 'Size_Optimal' to SkeinParameters class.hopper
Mon, 25 May 2009 18:08:05 -0700 Eric Hopper Begin adding a tree mode for skein hashing.hopper
Mon, 25 May 2009 18:05:59 -0700 Eric Hopper Fix comment to be slightly more accurate.hopper
Sun, 24 May 2009 03:13:19 -0700 Eric Hopper Add in code for 512 and 1024 bit state sizes.hopper
Sun, 24 May 2009 02:42:14 -0700 Eric Hopper Throw exceptions when the Skein implementation code has an error.hopper
Sat, 23 May 2009 21:57:49 -0700 Eric Hopper Ye ole random adjustable test harness.hopper
Sat, 23 May 2009 17:40:32 -0700 Eric Hopper Add function for common case in which context result of finalPad is tossed.hopper
Sat, 23 May 2009 16:27:22 -0700 Eric Hopper Comment out unimplemented things.hopper
Sat, 23 May 2009 15:23:04 -0700 Eric Hopper More steps along a fully functional C++ interface for hashing.hopper
Sat, 23 May 2009 08:40:48 -0700 Eric Hopper Move struct declarations for space to hold hash state into ::skein::_priv::HashStrategy where they belong and change types of various arguments to account for this.hopper
Sat, 23 May 2009 08:35:45 -0700 Eric Hopper Move ::skein::_priv namespace to its own file.hopper
Sat, 23 May 2009 08:28:25 -0700 Eric Hopper Make it easier to talk about chaining states when implementing the hash function.hopper
Sat, 23 May 2009 08:27:13 -0700 Eric Hopper Add helpful comment.hopper
Sat, 23 May 2009 08:26:53 -0700 Eric Hopper Remove useless forward declarations.hopper
Sat, 23 May 2009 08:26:21 -0700 Eric Hopper Change SkeinParameters constructor to make constructing global initialized Skein hash instances easier.hopper
Sat, 23 May 2009 07:45:19 -0700 Eric Hopper Begin writing a C++ interface.hopper
Sat, 23 May 2009 07:44:14 -0700 Eric Hopper Begin list of things to ignore so we can work.hopper
Sat, 23 May 2009 07:43:42 -0700 Eric Hopper Prepare for work on C++ interface and compliation that automatically pulls in optimized versions.hopper
Thu, 21 May 2009 07:58:28 -0700 Eric Hopper Changed identical files to be soft links to one file.hopper
Wed, 20 May 2009 18:30:52 -0700 Eric Hopper Reformat readme.txt to be readable on an 80 column display.hopper
Wed, 20 May 2009 18:21:33 -0700 Eric Hopper Whitespace fixes in Optimized_32bit code.hopper
Wed, 20 May 2009 18:17:38 -0700 Eric Hopper Whitespace fixes in Reference_Implementation code.hopper
Wed, 20 May 2009 18:13:54 -0700 Eric Hopper Whitespace fixes in Optimized_64bit code.hopper
Wed, 20 May 2009 17:29:41 -0700 Eric Hopper Removed stuff that was just lots of extra space.hopper
Wed, 20 May 2009 17:22:06 -0700 Eric Hopper The skein 1.1 NIST submission.default