Enable RSA4096 subkey and clone

This commit is contained in:
Mingshen Sun 2020-04-12 19:32:58 -07:00
parent f4f038375b
commit 7f6e3f1909
4 changed files with 114 additions and 23 deletions

View file

@ -38,8 +38,9 @@ class CryptoFrameworkTest: XCTestCase {
private func testInternal(plainMessage: CryptoPlainMessage?, messageConverter: MessageConverter) throws {
try [
RSA2048,
RSA4096,
RSA2048_SUB,
RSA4096,
RSA4096_SUB,
ED25519,
ED25519_SUB,
].forEach { keyTriple in