Ahmad
2 weeks ago
No known key found for this signature in database
GPG Key ID: FF00EBC04B2D00AA
1 changed files with
1 additions and
0 deletions
-
src/lib.rs
|
|
@ -299,6 +299,7 @@ pub fn decompress_signature(b: &[u8; 64]) -> Result { |
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#[derive(Clone, Debug, Eq, PartialEq)]
|
|
|
|
pub struct PrivateKey {
|
|
|
|
pub key: [u8; 32],
|
|
|
|
}
|
|
|
|