Commit Graph

14 Commits

Author SHA1 Message Date
ec555c785c Add notice of the partial buffer bug to README. release-1.0.2 2013-09-15 13:15:18 +02:00
a9cd1d2d5e Fix sha3.asd ident breakage again. 2013-09-15 13:09:23 +02:00
c89cddace7 Update NEWS for 1.0.2 release. 2013-09-15 00:27:57 +02:00
fc1c70579e Remove superfluous final iteration in sha3-update.
The superfluous last iteration when start = end wasn't harmful, since the
iteration body winds up as a no-op in that case anyway, but wasn't
intended or needed.
2013-09-14 23:57:51 +02:00
9391b65603 Fix buffer handling for partial updates (fix #1).
Calls to sha3-update that did not completely fill an already partially
filled buffer were handled incorrectly, in that the buffer-index wasn't
properly updated. Thanks to Orivej Desh for the bug report.
2013-09-14 23:55:52 +02:00
4cb18313ac Fix .gitattributes settings and spurious ids. 2013-09-14 23:45:09 +02:00
b0e5a4a44d Add 64bit LispWorks fasl files to gitignore. release-1.0.1 2013-03-11 21:13:04 +01:00
f3e56080be Update NEWS for 1.0.1 release. 2013-03-11 21:11:15 +01:00
a016c81cf4 Use 32bit implementation for 64bit LispWorks.
Quick and dirty benchmarks seem to imply that 32bit implementation is
faster for 64bit LispWorks than 16bit implementation, even though it
causes more consing.
2013-03-11 21:07:01 +01:00
aca911af4a Add specific declarations, switch 16bit SBCL to not use rotate-byte. release-1.0.0 2012-11-03 23:12:35 +01:00
de0b98d114 Add simple news file. 2012-11-03 22:59:23 +01:00
1c3e7f9ad2 Small readme changes/corrections. 2012-11-03 22:49:19 +01:00
75d481de30 Add to documentation and include reference implementation for testing. 2012-11-02 21:43:34 +01:00
618df43b2d Add initial version of project. 2012-11-02 20:47:39 +01:00