Skip to content

Commit 3d02023

Browse files
committed
m
1 parent 962c6ff commit 3d02023

29 files changed

+43
-11163
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
target
22
Cargo.lock
3+
src/client.rs
4+
src/client
5+
src/conversions.rs
6+
src/conversions
7+
src/deps.rs
8+
src/deps
9+
src/error.rs
10+
src/error
11+
src/implementation_from_dafny.rs
12+
src/operation.rs
13+
src/operation
14+
src/standard_library_conversions.rs
15+
src/standard_library_externs.rs
16+
src/types.rs
17+
src/types
18+
*.pem

DynamoDbEncryption/runtimes/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ aws-sdk-kms = "1.47.0"
2424
aws-smithy-runtime-api = {version = "1.7.2", features = ["client"] }
2525
aws-smithy-types = "1.2.8"
2626
chrono = "0.4.38"
27-
dafny_runtime = { path = "dafny_runtime_rust"}
27+
dafny_runtime = { path = "../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust"}
2828
dashmap = "6.1.0"
2929
pem = "3.0.4"
3030
tokio = {version = "1.41.0", features = ["full"] }
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#!/bin/bash -eu
2+
3+
cd $( dirname ${BASH_SOURCE[0]} )
4+
5+
SRC=../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/rust/src/
6+
7+
cp $SRC/aes_gcm.rs src
8+
cp $SRC/aes_kdf_ctr.rs src
9+
cp $SRC/concurrent_call.rs src
10+
cp $SRC/dafny_libraries.rs src
11+
cp $SRC/ddb.rs src
12+
cp $SRC/digest.rs src
13+
cp $SRC/ecdh.rs src
14+
cp $SRC/ecdsa.rs src
15+
cp $SRC/hmac.rs src
16+
cp $SRC/kms.rs src
17+
cp $SRC/local_cmc.rs src
18+
cp $SRC/random.rs src
19+
cp $SRC/rsa.rs src
20+
cp $SRC/sets.rs src
21+
cp $SRC/software_externs.rs src
22+
cp $SRC/storm_tracker.rs src
23+
cp $SRC/time.rs src
24+
cp $SRC/uuid.rs src

DynamoDbEncryption/runtimes/rust/dafny_runtime_rust/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

DynamoDbEncryption/runtimes/rust/dafny_runtime_rust/Cargo.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

DynamoDbEncryption/runtimes/rust/dafny_runtime_rust/Makefile

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)