Christophe Leroy <[email protected]> wrote: > Le 17/10/2025 à 16:42, David Howells a écrit : > > Rename the s390 sha3_* functions to have an "s390_" prefix to avoid > > conflict with generic code. > > The functions are static, why would they conflict with generic code ?
Because of #include <crypto/sha3.h> > Also generic code doesn't have such functions at the moment, are they added by > a follow patch ? Yes. See patch 3. David
