Enable RSA4096 subkey and clone
This commit is contained in:
parent
f4f038375b
commit
7f6e3f1909
4 changed files with 114 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue