| age |
author |
description |
| Wed, 29 Jun 2011 11:35:36 -0700 |
Allan Saddi |
Check against test vectors in C test.default tip |
| Wed, 29 Jun 2011 11:04:03 -0700 |
Allan Saddi |
Didn't fully rename pbkdf2-sha1. |
| Wed, 29 Jun 2011 10:40:15 -0700 |
Allan Saddi |
Rename pbkdf2-sha1 to reflect the real PRF used. |
| Wed, 29 Jun 2011 10:29:06 -0700 |
Allan Saddi |
Add license and stuff. |
| Sun, 26 Jun 2011 14:57:36 -0700 |
Allan Saddi |
Set errno on failure. |
| Sun, 26 Jun 2011 14:52:37 -0700 |
Allan Saddi |
Bounds checking, change iteration count to unsigned int. |
| Sun, 26 Jun 2011 13:24:14 -0700 |
Allan Saddi |
Remove implicit conversions. |
| Sun, 26 Jun 2011 12:39:57 -0700 |
Allan Saddi |
Change buffer size types to size_t. |
| Sat, 25 Jun 2011 10:07:36 -0700 |
Allan Saddi |
Allow caller to specify digest_size. |
| Sat, 25 Jun 2011 09:05:13 -0700 |
Allan Saddi |
Parameterize hash function used. |
| Thu, 23 Jun 2011 23:31:11 -0700 |
Allan Saddi |
Be sure to include inttypes.h/stdint.h in header. |
| Mon, 20 Jun 2011 09:57:40 -0700 |
Allan Saddi |
Generalized PBKDF2 function. |
| Wed, 25 May 2011 20:28:23 -0700 |
Allan Saddi |
Add C version. |
| Wed, 25 May 2011 16:30:54 -0700 |
Allan Saddi |
Add Python PBKDF2 implementation with test vectors. |