summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-11-29Follow error handling changes in testsSam Truzjan
2013-11-29Return Either instead of errorSam Truzjan
2013-10-04Fix base32hex testsSam Truzjan
2013-10-04Add spec for lenient decodingSam Truzjan
2013-09-27Added spec for base32hexSam Truzjan
2013-09-26Minor fixSam T
2013-09-26Make decode case insensitive.Sam T
> 6. Base 32 Encoding > > The Base 32 encoding is designed to represent arbitrary sequences of > octets in a form that _needs to be case insensitive_ but that need not > be human readable.
2013-09-26Ignore error if character is out of base32 alphabetSam T
3.3. Interpretation of Non-Alphabet Characters in Encoded Data
2013-09-26Initial commitSam T