Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-04 | Remove all old-style casts from C++ code | Jay Berkenbilt | |
2013-03-04 | Replace many calls to sprintf with QUtil::hex_encode | Jay Berkenbilt | |
Add QUtil::hex_encode to encode binary data has a hexadecimal string, and use it in place of sprintf where possible. | |||
2012-12-31 | SHA2 pipeline with support for 256, 384, and 512 bits | Jay Berkenbilt | |
Implemented pipeline around sph sha calls using standard test vectors for full-byte values. Did not test or support partial byte values. |