summaryrefslogtreecommitdiff
path: root/util.rkt
Commit message (Expand)AuthorAgeFilesLines
* Implement Threefish.Matthias Andreas Benkard2011-08-181-0/+8
* util.rkt: Adapt padding done by integer->bytes/size to requested endianness.Matthias Andreas Benkard2011-08-161-1/+6
* Implement the Salsa20 stream cipher.Matthias Andreas Benkard2011-08-161-6/+22
* Implement HMAC.Matthias Andreas Benkard2011-08-161-1/+32
* Move integer->bytes to util.rkt.Matthias Andreas Benkard2011-08-151-0/+29