|
|
|
|
|
by masklinn
1116 days ago
|
|
You can just drop the end of the hash. That is essentially what sha-224, sha-384 , and sha-512/256 are. Or you can use a hash where the internal state is larger than the output, which is the case of SHA3. Note that this just protects against length extension, these are not MACs. |
|