Hi: This was prompted by the caam RSA submission where a lot of work was done just to strip the RSA output of leading zeroes. This is in fact completely pointless because the only user of RSA in the kernel then promptly puts them back. This patch series resolves this madness by simply leaving any leading zeroes in place. Note that we're not requiring authors to add leading zeroes, even though that is encouraged if it is easy to do. In practice you'd only run into this every 2^32 or 2^64 operations so please don't overdo it. I've also taken the opportunity to cleanup the pkcs1pad code. v4 fixes the newly added dh to use the new MPI SG interface. Cheers, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html