8 Commits

Author SHA1 Message Date
a4baa05e72 Switch to 16bit implementation for Lispworks8 64bit
This avoids an optimization problem in keccak-state-merge-input and is
also slightly faster due to less consing in this variant.
2023-08-21 22:29:49 +02:00
92e0e0b916 Update docs and copyrights for 1.1.1 release 2018-02-24 13:08:14 +01:00
02ccb5d139 Adjust documentation for release 1.1.0, adjust copyrights. 2016-09-14 16:55:42 +02:00
5f50f7eca4 Adjust version number info in ASDF definition. 2013-11-21 13:43:17 +01:00
a9cd1d2d5e Fix sha3.asd ident breakage again. 2013-09-15 13:09:23 +02:00
4cb18313ac Fix .gitattributes settings and spurious ids. 2013-09-14 23:45:09 +02: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
618df43b2d Add initial version of project. 2012-11-02 20:47:39 +01:00