b9f76dddb1
Initializing a crypto_skcipher_spawn currently requires:
1. Set spawn->base.inst to point to the instance.
2. Call crypto_grab_skcipher().
But there's no reason for these steps to be separate, and in fact this
unneeded complication has caused at least one bug, the one fixed by
commit
|
||
---|---|---|
.. | ||
acompress.h | ||
aead.h | ||
akcipher.h | ||
blake2s.h | ||
chacha.h | ||
cryptouser.h | ||
des.h | ||
geniv.h | ||
hash.h | ||
kpp.h | ||
poly1305.h | ||
rng.h | ||
rsa.h | ||
scompress.h | ||
simd.h | ||
skcipher.h |