summaryrefslogtreecommitdiff
path: root/hmac.rkt
Commit message (Expand)AuthorAgeFilesLines
* Implement the Salsa20 stream cipher.Matthias Andreas Benkard2011-08-161-1/+4
* HMAC: Fix code formatting.Matthias Andreas Benkard2011-08-161-1/+1
* HMAC: Fix key padding.Matthias Andreas Benkard2011-08-161-2/+2
* HMAC: Make the testing comment at the bottom of the file less confusing.Matthias Andreas Benkard2011-08-161-1/+1
* HMAC: Add test data.Matthias Andreas Benkard2011-08-161-1/+8
* Implement HMAC.Matthias Andreas Benkard2011-08-161-0/+62