commit | 50d2b643ea6675927435743633a57c2a9cfd8d83 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jun 29 19:32:20 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 01 23:45:12 2016 +0800 |
tree | 46238fecd4c3440709cb36da5f8775ec79fd5bee | |
parent | 1503a24f53f153f8c88be9810bc73efaf6853e1c [diff] |
crypto: testmgr - Allow leading zeros in RSA This patch allows RSA implementations to produce output with leading zeroes. testmgr will skip leading zeroes when comparing the output. This patch also tries to make the RSA test function generic enough to potentially handle other akcipher algorithms. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>