Commit 74c3c1a
authored
Replace test RSA-512 keys with RSA-2048 (#1192)
* Replace test RSA-512 keys with RSA-2048
RSA-512 was factored in 1999, before Android even existed. Test with a
more plausible key size. Since generating RSA keys is a little slow
(0.1s), I've made NativeCryptoTest reuse a single generated test key.
* Move all test data initialization to a @BeforeClass
See discussion in PR1 parent eb1b01d commit 74c3c1a
2 files changed
Lines changed: 134 additions & 167 deletions
0 commit comments