Expand description
§Wire CoreCrypto MLS Provider
OpenMLS traits glue code
Calls into our Keystore + RustCrypto primitives.
This code is placed here in order to have it evolving at our own pace and not having to edit our openmls fork everytime. In addition to the openmls one this one supports seeding the RNG with a custom seeds (for targets with insufficient or untrusted source of entropy).
Modules§
Structs§
- Certificate
Generation Args - Crypto
Keystore - Database
Key - The key used to encrypt the database.
- Entropy
Seed - Wrapped 32-byte entropy seed with bounds check
- MlsCrypto
Provider - MlsCrypto
Provider Configuration - Rust
Crypto
Enums§
- Cert
Profile - The type of certificate to build
- MlsProvider
Error - PkiKeypair
Type Aliases§
- MlsProvider
Result - RawEntropy
Seed - 32-byte raw entropy seed