File tree Expand file tree Collapse file tree 9 files changed +9
-1
lines changed Expand file tree Collapse file tree 9 files changed +9
-1
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ src/implementation_from_dafny.rs
2222src /kms.rs
2323src /local_cmc.rs
2424src /operation /
25+ src /oslang.rs
2526src /random.rs
2627src /rsa.rs
2728src /sets.rs
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ cp $SRC/ecdsa.rs src
1515cp $SRC /hmac.rs src
1616cp $SRC /kms.rs src
1717cp $SRC /local_cmc.rs src
18+ cp $SRC /oslang.rs src
1819cp $SRC /random.rs src
1920cp $SRC /rsa.rs src
2021cp $SRC /sets.rs src
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ pub(crate) mod ecdsa;
126126pub ( crate ) mod hmac;
127127pub ( crate ) mod kms;
128128pub ( crate ) mod local_cmc;
129+ pub ( crate ) mod oslang;
129130pub ( crate ) mod random;
130131pub ( crate ) mod rsa;
131132pub ( crate ) mod sets;
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ src/kms.rs
2121src /local_cmc.rs
2222src /operation.rs
2323src /operation /
24+ src /oslang.rs
2425src /random.rs
2526src /rsa.rs
2627src /sets.rs
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ cp $SRC/ecdsa.rs src
1515cp $SRC /hmac.rs src
1616cp $SRC /kms.rs src
1717cp $SRC /local_cmc.rs src
18+ cp $SRC /oslang.rs src
1819cp $SRC /random.rs src
1920cp $SRC /rsa.rs src
2021cp $SRC /sets.rs src
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ pub(crate) mod ecdsa;
5757pub ( crate ) mod hmac;
5858pub ( crate ) mod kms;
5959pub ( crate ) mod local_cmc;
60+ pub ( crate ) mod oslang;
6061pub ( crate ) mod random;
6162pub ( crate ) mod rsa;
6263pub ( crate ) mod sets;
You can’t perform that action at this time.
0 commit comments