Registry / crypto / mls-rs-crypto-traits

mls-rs-crypto-traits

JSON →
library0.22.0rscratesunverified

Provides the crypto traits required to create a CryptoProvider for the mls-rs MLS implementation.

# Cargo.toml [dependencies] mls-rs-crypto-traits = "0.22.0"
INSTALL
IMPORT
SIG · MLS-RS-CRYPTO-TRAI
M
mls-rs-crypto-traits
cryptorustv0.22.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CryptoProvider
use mls_rs_crypto_traits::CryptoProvider;

Implement the CryptoProvider trait for a custom cryptographic backend.

use mls_rs_crypto_traits::CryptoProvider; struct MyProvider; impl CryptoProvider for MyProvider { type CipherSuiteProvider = MyCipherSuite; // ... implement required methods }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.22.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mls-rs-crypto-traits — cargo add mls-rs-crypto-traits · libregistry