Module key_package

Module key_package 

Source
Expand description

MLS Keypackage helpers.

Turns out that Openmls already defines both KeyPackage and KeyPackageRef, so there’s not a ton of point redefining either of those structs here. That would just lead to a bunch of redefinition.

On the other hand, the KeyPackage API isn’t strictly ideal, so we improve on it here.

Structs§

Keypackage
The key package struct.
KeypackageRef
A “fat” reference to a Keypackage.

Traits§

KeypackageExt
Extensions on the KeyPackage type for nicer usage patterns.