You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract key-manager-types crate to break illumos-utils dependency
Create a new key-manager-types crate containing the disk encryption key
types (Aes256GcmDiskEncryptionKey and VersionedAes256GcmDiskEncryptionKey)
that were previously defined in key-manager. This breaks the dependency
from illumos-utils to key-manager, allowing illumos-utils to depend only
on the minimal types crate.
The key-manager crate re-exports VersionedAes256GcmDiskEncryptionKey for
backwards compatibility.
0 commit comments