On Wed, Feb 07, 2024 at 08:36:10PM -0800, Eric Biggers wrote: > > The crypto_aead API allows the source and destination to overlap, yes.
I would prefer to call it in-place rather than overlapping, because
the following is certainly not supported:
encrypt(src: A, dst: A + 16, len: 160)
Just in case someone gets any funny ideas about the API :)
Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
