mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-21 14:44:46 +01:00
fix: public key serialization
This removes deserialixation from the secret key and related types as it is not needed and it's broken. It would be best to fix this at some point.
This commit is contained in:
@@ -66,7 +66,7 @@ pub mod mint {
|
||||
|
||||
use crate::nuts::nut01::mint::{KeyPair, Keys};
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize)]
|
||||
pub struct KeySet {
|
||||
pub id: String,
|
||||
pub keys: Keys,
|
||||
|
||||
Reference in New Issue
Block a user