Skip to content

Commit 95fe4e9

Browse files
committed
chore: update mpl
1 parent a5282af commit 95fe4e9

File tree

9 files changed

+9
-1
lines changed

9 files changed

+9
-1
lines changed

AwsEncryptionSDK/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUST_OTHER_FILES := \
2525
runtimes/rust/src/hmac.rs \
2626
runtimes/rust/src/kms.rs \
2727
runtimes/rust/src/local_cmc.rs \
28+
runtimes/rust/src/oslang.rs \
2829
runtimes/rust/src/random.rs \
2930
runtimes/rust/src/rsa.rs \
3031
runtimes/rust/src/sets.rs \

AwsEncryptionSDK/runtimes/rust/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ src/implementation_from_dafny.rs
2222
src/kms.rs
2323
src/local_cmc.rs
2424
src/operation/
25+
src/oslang.rs
2526
src/random.rs
2627
src/rsa.rs
2728
src/sets.rs

AwsEncryptionSDK/runtimes/rust/copy_externs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cp $SRC/ecdsa.rs src
1515
cp $SRC/hmac.rs src
1616
cp $SRC/kms.rs src
1717
cp $SRC/local_cmc.rs src
18+
cp $SRC/oslang.rs src
1819
cp $SRC/random.rs src
1920
cp $SRC/rsa.rs src
2021
cp $SRC/sets.rs src

AwsEncryptionSDK/runtimes/rust/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ pub(crate) mod ecdsa;
126126
pub(crate) mod hmac;
127127
pub(crate) mod kms;
128128
pub(crate) mod local_cmc;
129+
pub(crate) mod oslang;
129130
pub(crate) mod random;
130131
pub(crate) mod rsa;
131132
pub(crate) mod sets;

TestVectors/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUST_OTHER_FILES := \
2626
runtimes/rust/src/hmac.rs \
2727
runtimes/rust/src/kms.rs \
2828
runtimes/rust/src/local_cmc.rs \
29+
runtimes/rust/src/oslang.rs \
2930
runtimes/rust/src/random.rs \
3031
runtimes/rust/src/rsa.rs \
3132
runtimes/rust/src/sets.rs \

TestVectors/runtimes/rust/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ src/kms.rs
2121
src/local_cmc.rs
2222
src/operation.rs
2323
src/operation/
24+
src/oslang.rs
2425
src/random.rs
2526
src/rsa.rs
2627
src/sets.rs

TestVectors/runtimes/rust/copy_externs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cp $SRC/ecdsa.rs src
1515
cp $SRC/hmac.rs src
1616
cp $SRC/kms.rs src
1717
cp $SRC/local_cmc.rs src
18+
cp $SRC/oslang.rs src
1819
cp $SRC/random.rs src
1920
cp $SRC/rsa.rs src
2021
cp $SRC/sets.rs src

TestVectors/runtimes/rust/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ pub(crate) mod ecdsa;
5757
pub(crate) mod hmac;
5858
pub(crate) mod kms;
5959
pub(crate) mod local_cmc;
60+
pub(crate) mod oslang;
6061
pub(crate) mod random;
6162
pub(crate) mod rsa;
6263
pub(crate) mod sets;

mpl

Submodule mpl updated from 5997919 to 1915a11

0 commit comments

Comments
 (0)