You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ different runtimes.
49
49
50
50
This library is written in Dafny, a formally verifiable programming language that can be compiled into
51
51
different runtimes. This library is currently **ONLY** supported in Java, .NET and Rust.
52
-
52
+
<!-- TODO: Add Go to supported languages https://sim.amazon.com/issues/CrypTool-5444 -->
53
53
### AWS Integration
54
54
55
55
You need an Amazon Web Services (AWS) account to use the DB-ESDK for DynamoDB as it's specifically designed to work with Amazon DynamoDB. Optionally, you can use AWS Key Management Service (AWS KMS) as your main keyring provider.
@@ -68,7 +68,7 @@ You need an Amazon Web Services (AWS) account to use the DB-ESDK for DynamoDB as
68
68
- .NET
69
69
- Dafny
70
70
- Rust
71
-
71
+
<!-- TODO: Add Go to supported languages https://sim.amazon.com/issues/CrypTool-5444 -->
72
72
# Contributing
73
73
74
74
See [CONTRIBUTING](CONTRIBUTING.md) for more information. For detailed information about code organization and development see [DynamoDbEncryption README](./DynamoDbEncryption/README.md)
0 commit comments