feat: add verify file
This commit is contained in:
@@ -75,9 +75,9 @@ impl SigningKeyPair {
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub struct SignedMessage {
|
||||
msg: Vec<u8>,
|
||||
sig: Option<Vec<u8>>,
|
||||
desc: Option<String>,
|
||||
pub msg: Vec<u8>,
|
||||
pub sig: Option<Vec<u8>>,
|
||||
pub desc: Option<String>,
|
||||
}
|
||||
|
||||
impl SignedMessage {
|
||||
|
||||
Reference in New Issue
Block a user