We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13aec15 commit b205490Copy full SHA for b205490
TestVectors/Makefile
@@ -38,6 +38,7 @@ RUST_OTHER_FILES := \
38
runtimes/rust/src/ddb.rs \
39
runtimes/rust/src/concurrent_call.rs \
40
runtimes/rust/src/create_client.rs \
41
+ runtimes/rust/src/create_wrapped_item_encryptor.rs \
42
runtimes/rust/src/dafny_libraries.rs \
43
runtimes/rust/src/digest.rs \
44
runtimes/rust/src/ecdh.rs \
TestVectors/dafny/WrappedDynamoDbItemEncryptor/src/Index.dfy
@@ -1,4 +1,4 @@
1
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2
// SPDX-License-Identifier: Apache-2.0
3
// Empty stub expected by Smithy-Dafny
4
-module WrappedItemEncryptor {}
+module WrappedItemEncryptor {}
0 commit comments