* only support HMAC with 32 byte keys * includes HMAC in the trait to be generic * re-added HAMC test
Also remove useless HashBlockSize64Bytes bound.
* implements hkdf, both regular and FIDO specific * improved documentation * constant usage in function return type