Skip to content

Commit bbba47e

Browse files
auto commit
1 parent 40551fb commit bbba47e

File tree

21 files changed

+18448
-0
lines changed

21 files changed

+18448
-0
lines changed

TestVectors/runtimes/go/ImplementationFromDafny-go/CreateInterceptedDDBClient/CreateInterceptedDDBClient.go

Lines changed: 421 additions & 0 deletions
Large diffs are not rendered by default.

TestVectors/runtimes/go/ImplementationFromDafny-go/DdbEncryptionTestVectors/DdbEncryptionTestVectors.go

Lines changed: 2872 additions & 0 deletions
Large diffs are not rendered by default.

TestVectors/runtimes/go/ImplementationFromDafny-go/DdbItemJson/DdbItemJson.go

Lines changed: 1485 additions & 0 deletions
Large diffs are not rendered by default.

TestVectors/runtimes/go/ImplementationFromDafny-go/DecryptManifest/DecryptManifest.go

Lines changed: 1010 additions & 0 deletions
Large diffs are not rendered by default.

TestVectors/runtimes/go/ImplementationFromDafny-go/DynamoDbItemEncryptor/DynamoDbItemEncryptor.go

Lines changed: 751 additions & 0 deletions
Large diffs are not rendered by default.

TestVectors/runtimes/go/ImplementationFromDafny-go/EncryptManifest/EncryptManifest.go

Lines changed: 1059 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
file_format_version = "1.0"
2+
dafny_version = "4.9.1.0"
3+
[options_by_module.DdbItemJson]
4+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
5+
legacy-module-names = false
6+
[options_by_module.CreateInterceptedDDBClient]
7+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
8+
legacy-module-names = false
9+
[options_by_module.InternalLegacyOverride]
10+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
11+
legacy-module-names = false
12+
[options_by_module.AwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorOperations]
13+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
14+
legacy-module-names = false
15+
[options_by_module.DynamoDbItemEncryptor]
16+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
17+
legacy-module-names = false
18+
[options_by_module.JsonConfig]
19+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
20+
legacy-module-names = false
21+
[options_by_module.WriteManifest]
22+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
23+
legacy-module-names = false
24+
[options_by_module.EncryptManifest]
25+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
26+
legacy-module-names = false
27+
[options_by_module.DecryptManifest]
28+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
29+
legacy-module-names = false
30+
[options_by_module.DdbEncryptionTestVectors]
31+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
32+
legacy-module-names = false
33+
[options_by_module.Permutations]
34+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
35+
legacy-module-names = false
36+
[options_by_module.WriteSetPermutations]
37+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
38+
legacy-module-names = false
39+
[options_by_module.WrappedDDBEncryptionMain]
40+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
41+
legacy-module-names = false
42+
[options_by_module.WrappedAbstractAwsCryptographyDynamoDbEncryptionService]
43+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
44+
legacy-module-names = false
45+
[options_by_module.WrappedDynamoDbEncryption]
46+
go-module-name = "github.com/aws/aws-database-encryption-sdk-dynamodb/testvectors"
47+
legacy-module-names = false

TestVectors/runtimes/go/ImplementationFromDafny-go/ImplementationFromDafny.go

Lines changed: 446 additions & 0 deletions
Large diffs are not rendered by default.

TestVectors/runtimes/go/ImplementationFromDafny-go/JsonConfig/JsonConfig.go

Lines changed: 5853 additions & 0 deletions
Large diffs are not rendered by default.

TestVectors/runtimes/go/ImplementationFromDafny-go/Permutations/Permutations.go

Lines changed: 555 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)