[PATCH v2 09/11] crypto: blake2s - share the "shash" API boilerplate code
Jason A. Donenfeld
Jason at zx2c4.com
Fri Dec 18 19:01:53 EST 2020
Hey Eric,
The solution you've proposed at the end of your email is actually kind
of similar to what we do with curve25519. Check out
include/crypto/curve25519.h. The critical difference between that and
the blake proposal is that it's in the header for curve25519, so the
indirection disappears.
Could we do that with headers for blake?
Jason
More information about the linux-arm-kernel
mailing list