revamp extensions

This commit is contained in:
2020-04-12 20:05:38 +02:00
parent bb202c8a54
commit 5da5ac54f0
8 changed files with 249 additions and 46 deletions

View File

@@ -592,7 +592,7 @@ impl P256Key {
}
}
#[derive(Debug, Default)]
#[derive(Debug, Default, Clone)]
pub struct CoseKey {
key_type: u16,
algorithm: i32,