RFC2014
HMAC_k = Hash[(K+ XOR opad) ++ Hash[(K+ XOR ipad) ++ M]]
overhead only 3 hashes
use different keys for encryption and authentication!