Skip to content

Commit 4e617b2

Browse files
Add Golang Json
1 parent 8179af4 commit 4e617b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

TestVectors/dafny/DDBEncryption/src/TestVectors.dfy

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
9292
var _ :- expect DecryptManifest.Decrypt("decrypt_dotnet_33a.json", keyVectors);
9393
var _ :- expect DecryptManifest.Decrypt("decrypt_java_33a.json", keyVectors);
9494
var _ :- expect DecryptManifest.Decrypt("decrypt_rust_38.json", keyVectors);
95+
var _ :- expect DecryptManifest.Decrypt("decrypt_golang_CustomerPreview-v0.json", keyVectors);
9596
var _ :- expect WriteManifest.Write("encrypt.json");
9697
var _ :- expect EncryptManifest.Encrypt("encrypt.json", "decrypt.json", "java", "3.3", keyVectors);
9798
var _ :- expect DecryptManifest.Decrypt("decrypt.json", keyVectors);

TestVectors/runtimes/java/decrypt_golang_CustomerPreview-v0.json

+1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)