We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac0f84 commit 3df5667Copy full SHA for 3df5667
TestVectors/runtimes/rust/src/main.rs
@@ -51,6 +51,7 @@ pub(crate) use crate::implementation_from_dafny::HMAC;
51
pub(crate) use crate::implementation_from_dafny::UTF8;
52
pub(crate) use crate::implementation_from_dafny::UUID;
53
pub(crate) use crate::implementation_from_dafny::_TestWrappedESDKMain_Compile;
54
+pub(crate) use crate::deps::com_amazonaws_kms::client::Client as KmsClient;
55
56
pub(crate) mod aes_gcm;
57
pub(crate) mod aes_kdf_ctr;
0 commit comments