This commit is contained in:
John M. Schanck 2023-09-13 09:04:36 -07:00 коммит произвёл John Schanck
Родитель 7fa6364de4
Коммит 0c72ccaa4e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -993,7 +993,7 @@ impl Serialize for COSEKey {
S: Serializer,
{
let map_len = match &self.key {
COSEKeyType::OKP(_) => 3,
COSEKeyType::OKP(_) => 4,
COSEKeyType::EC2(_) => 5,
COSEKeyType::RSA(_) => 4,
};