Another update: Version 2.1
Minor cleanup.
Also... due to popular demand an HMAC-SHA-1 implementation created from the most recent HMAC-SHA-256 edition.
The demo incorporates test vectors from RFC 2202:
Test Cases for HMAC-MD5 and HMAC-SHA-1
Please verify these further if you have other known test cases. We'd like to have these cleaned up so people can rely on them. Looking good so far though!
These two Classes are separate since a program normally would only need one or the other, which is also why many auxiliary functions are duplicated between them.




Reply With Quote