We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a9a8e commit f08601fCopy full SHA for f08601f
src/security/kms-stateless/rust/src/lib.rs
@@ -12,7 +12,7 @@ const DERIVED_KEY_SIZE: usize = 16;
12
const KEY_INFO_SIZE: usize = 32;
13
const DEV_CLASS_TEE: &'static str = "/dev/class/tee/000";
14
15
-#[derive(Debug)]
+#[derive(Copy, Clone, Debug)]
16
pub enum TaKeysafeCommand {
17
GetUserDataStorageKey = 8,
18
RotateHardwareDerivedKey = 9,
0 commit comments