Hi: In the interest of moving forward with wireguard, this patch series adds the zinc interface as submitted in https://patchwork.kernel.org/project/linux-crypto/list/?series=32507&state=* with the change that existing implementations of chacha20 and poly1305 are used instead of the new ones. The use of the existing chacha20/poly1305 implementations does not involve any use of the crypto API or indirect function calls. Only direct function calls are made into the underlying implementation. This should allow the wireguard code itself to proceed. At the same time we can also move forward with replacing the existing implementations of chacha20 and/or poly1305 where appropriate. Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt