Skip to content

Commit 5793dbf

Browse files
Add decrypt_go_38.json
1 parent ac3b807 commit 5793dbf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

TestVectors/dafny/DDBEncryption/src/TestVectors.dfy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
102102
var _ :- expect DecryptManifest.Decrypt("decrypt_dotnet_33a.json", keyVectors);
103103
var _ :- expect DecryptManifest.Decrypt("decrypt_java_33a.json", keyVectors);
104104
var _ :- expect DecryptManifest.Decrypt("decrypt_rust_38.json", keyVectors);
105+
var _ :- expect DecryptManifest.Decrypt("decrypt_go_38.json", keyVectors);
105106
var _ :- expect WriteManifest.Write("encrypt.json");
106107
var _ :- expect EncryptManifest.Encrypt("encrypt.json", "decrypt.json", "java", "3.3", keyVectors);
107108
var _ :- expect DecryptManifest.Decrypt("decrypt.json", keyVectors);

TestVectors/runtimes/java/decrypt_go_38.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)