2.1.0.2 * Fix the .cabal to remove the test build deps unless the test flag is set * Use "unsafeDrop" for a small performance win. This should be automaticly recognized by the compiler some day. 2.1.0.1 * Automatically use faster getNthWord on x86. Unpack more data types. 2.1.0.0 * Tighen build deps 2.0.0.0 * Support crypto-api classes * Use crypto-api test cases * Add back x86 optimization that uses unsafePerformIO to get Word32s 1.0.0.2 * Fixed alignement issue for non-x86 systems - this costs 5% performance on x86 but is needed for PPC and the like.