Skip to content

Commit

Permalink
Merge pull request #727 from aws/ajewell/update-mpl
Browse files Browse the repository at this point in the history
chore: update mpl
  • Loading branch information
ajewellamz authored Dec 20, 2024
2 parents a5282af + 95fe4e9 commit 735f08c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions AwsEncryptionSDK/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUST_OTHER_FILES := \
runtimes/rust/src/hmac.rs \
runtimes/rust/src/kms.rs \
runtimes/rust/src/local_cmc.rs \
runtimes/rust/src/oslang.rs \
runtimes/rust/src/random.rs \
runtimes/rust/src/rsa.rs \
runtimes/rust/src/sets.rs \
Expand Down
1 change: 1 addition & 0 deletions AwsEncryptionSDK/runtimes/rust/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ src/implementation_from_dafny.rs
src/kms.rs
src/local_cmc.rs
src/operation/
src/oslang.rs
src/random.rs
src/rsa.rs
src/sets.rs
Expand Down
1 change: 1 addition & 0 deletions AwsEncryptionSDK/runtimes/rust/copy_externs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cp $SRC/ecdsa.rs src
cp $SRC/hmac.rs src
cp $SRC/kms.rs src
cp $SRC/local_cmc.rs src
cp $SRC/oslang.rs src
cp $SRC/random.rs src
cp $SRC/rsa.rs src
cp $SRC/sets.rs src
Expand Down
1 change: 1 addition & 0 deletions AwsEncryptionSDK/runtimes/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ pub(crate) mod ecdsa;
pub(crate) mod hmac;
pub(crate) mod kms;
pub(crate) mod local_cmc;
pub(crate) mod oslang;
pub(crate) mod random;
pub(crate) mod rsa;
pub(crate) mod sets;
Expand Down
1 change: 1 addition & 0 deletions TestVectors/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUST_OTHER_FILES := \
runtimes/rust/src/hmac.rs \
runtimes/rust/src/kms.rs \
runtimes/rust/src/local_cmc.rs \
runtimes/rust/src/oslang.rs \
runtimes/rust/src/random.rs \
runtimes/rust/src/rsa.rs \
runtimes/rust/src/sets.rs \
Expand Down
1 change: 1 addition & 0 deletions TestVectors/runtimes/rust/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ src/kms.rs
src/local_cmc.rs
src/operation.rs
src/operation/
src/oslang.rs
src/random.rs
src/rsa.rs
src/sets.rs
Expand Down
1 change: 1 addition & 0 deletions TestVectors/runtimes/rust/copy_externs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cp $SRC/ecdsa.rs src
cp $SRC/hmac.rs src
cp $SRC/kms.rs src
cp $SRC/local_cmc.rs src
cp $SRC/oslang.rs src
cp $SRC/random.rs src
cp $SRC/rsa.rs src
cp $SRC/sets.rs src
Expand Down
1 change: 1 addition & 0 deletions TestVectors/runtimes/rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ pub(crate) mod ecdsa;
pub(crate) mod hmac;
pub(crate) mod kms;
pub(crate) mod local_cmc;
pub(crate) mod oslang;
pub(crate) mod random;
pub(crate) mod rsa;
pub(crate) mod sets;
Expand Down
2 changes: 1 addition & 1 deletion mpl
Submodule mpl updated from 599791 to 1915a1

0 comments on commit 735f08c

Please sign in to comment.