Hacker News new | ask | show | jobs
by optimiz3 4512 days ago
That's what I mean - store the intermediate result of the MD5(key XOR ipad) and MD5(key XOR opad). The only trickery is implementing the HMAC wrapper, but that's not very difficult.