dec8b78606
It is often useful to save the partial state of a hash function so that it can be used as a base for two or more computations. The most prominent example is HMAC where all hashes start from a base determined by the key. Having an import/export interface means that we only have to compute that base once rather than for each message. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |
||
---|---|---|
.. | ||
internal | ||
aead.h | ||
aes.h | ||
algapi.h | ||
authenc.h | ||
b128ops.h | ||
ctr.h | ||
des.h | ||
gf128mul.h | ||
hash.h | ||
rng.h | ||
scatterwalk.h | ||
sha.h | ||
skcipher.h | ||
twofish.h |