mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-08-18 10:12:38 +00:00
Fix typos
This commit is contained in:
parent
42a778bef2
commit
263c0ca44b
6 changed files with 11 additions and 11 deletions
|
@ -68,7 +68,7 @@ impl<T: Serialize> WithSig<T> {
|
|||
|
||||
/// Verify `sig` is valid for `signee`.
|
||||
///
|
||||
/// Note that this does nott check validity of timestamp and other data.
|
||||
/// Note that this does not check validity of timestamp and other data.
|
||||
pub fn verify(&self) -> Result<(), SignatureError> {
|
||||
let canonical_signee = serde_jcs::to_vec(&self.signee).expect("serialization cannot fail");
|
||||
let sig = Signature::from_bytes(&self.sig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue