| age |
author |
description |
| Wed, 29 Jun 2011 10:45:38 -0700 |
Allan Saddi |
Remove old RCS/SVN cruft.default tip |
| Wed, 29 Jun 2011 10:34:34 -0700 |
Allan Saddi |
Match print_hex with other projects' versions. |
| Sun, 26 Jun 2011 14:17:10 -0700 |
Allan Saddi |
Get rid of sign conversion warnings. |
| Sun, 26 Jun 2011 13:17:41 -0700 |
Allan Saddi |
Use size_t for buffer sizes everywhere. |
| Thu, 16 Jun 2011 16:39:29 -0700 |
Allan Saddi |
Add unroll option. |
| Wed, 15 Jun 2011 19:30:19 -0700 |
Allan Saddi |
Add install destinations, remove Makefile.lib and friends. |
| Mon, 13 Jun 2011 18:42:03 -0700 |
Allan Saddi |
Convert to CMake. |
| Fri, 10 Jun 2011 00:34:53 -0700 |
Allan Saddi |
Set max unroll, fix up make dist. |
| Thu, 09 Jun 2011 19:50:11 -0700 |
Allan Saddi |
Mention SHA_DEFAULT environment variable in sha command help. |
| Thu, 09 Jun 2011 19:21:20 -0700 |
Allan Saddi |
Clarify -a options in sha command help. |
| Thu, 09 Jun 2011 18:56:34 -0700 |
Allan Saddi |
Change SHA-512 (and friends) update buffer length to uint64_t. |
| Thu, 09 Jun 2011 16:41:01 -0700 |
Allan Saddi |
Bring in sha command, automake/autoconf stuff. WIP. |
| Sat, 14 May 2011 16:30:48 -0700 |
Allan Saddi |
Tweak for fat binaries. |
| Fri, 06 May 2011 19:07:43 -0700 |
Allan Saddi |
Allow namespacing for other hashes. |
| Thu, 05 May 2011 22:40:20 -0700 |
Allan Saddi |
Allow SHA-1 functions to be moved to their own namespace. Rest may follow. |
| Thu, 14 Apr 2011 23:25:43 -0700 |
Allan Saddi |
Enable HMAC-SHA-512/256 and HMAC-SHA-512/224 tests after verification from |
| Tue, 12 Apr 2011 18:16:55 -0700 |
Allan Saddi |
Document gen_expected.py |
| Tue, 12 Apr 2011 18:06:42 -0700 |
Allan Saddi |
More compliant way to do DO_ROUND. |
| Tue, 12 Apr 2011 18:02:06 -0700 |
Allan Saddi |
Cleaner way to handle all the cpp voodoo. |
| Tue, 12 Apr 2011 17:55:49 -0700 |
Allan Saddi |
Use LDFLAGS when linking tests. |
| Tue, 12 Apr 2011 17:49:22 -0700 |
Allan Saddi |
Add HMAC test. Missing independent source of HMAC-SHA-512/t results. |
| Tue, 12 Apr 2011 16:17:12 -0700 |
Allan Saddi |
Remove extra cruft after #ifdef. |
| Tue, 12 Apr 2011 16:14:50 -0700 |
Allan Saddi |
Move tests to a single file. Add Makefile. |
| Tue, 12 Apr 2011 15:41:53 -0700 |
Allan Saddi |
Add hash tests. |
| Tue, 12 Apr 2011 14:19:07 -0700 |
Allan Saddi |
Python script to generate expected results. |
| Tue, 12 Apr 2011 14:18:42 -0700 |
Allan Saddi |
Add other HMAC variants. |
| Tue, 12 Apr 2011 13:14:12 -0700 |
Allan Saddi |
Refactored SHA/HMAC. WIP. |