(t *testing.T)
| 1105 | } |
| 1106 | |
| 1107 | func TestEncryptDecrypt32(t *testing.T) { |
| 1108 | testEncryptDecrypt(t, 32, 1e8) |
| 1109 | } |
| 1110 | |
| 1111 | func TestEncryptDecrypt4096(t *testing.T) { |
| 1112 | testEncryptDecrypt(t, 4096, 1e8) |
nothing calls this directly
no test coverage detected
searching dependent graphs…