Skip to content

Commit

Permalink
Stop using key package storage trait (#235)
Browse files Browse the repository at this point in the history
* Delete unused code

* Stop using key package storage trait

* Fixup

* Move cipher suite into signing data

* Fix warnings after clippy update

---------

Co-authored-by: Marta Mularczyk <[email protected]>
  • Loading branch information
mulmarta and Marta Mularczyk committed Jan 14, 2025
1 parent dbb3ba6 commit 00f9810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mls-rs/src/test_utils/fuzz_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ pub use mls_rs_crypto_openssl::OpensslCryptoProvider as MlsCryptoProvider;

use super::TestClient;

use super::TestClient;

pub type TestClientConfig =
WithIdentityProvider<BasicIdentityProvider, WithCryptoProvider<MlsCryptoProvider, BaseConfig>>;

Expand Down

0 comments on commit 00f9810

Please sign in to comment.