Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update mpl #727

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading