Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Oct 17, 2024
1 parent 8d0a071 commit d8d40c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ where
}
}

//// Byte-based encoding of keys
/// Byte-based encoding of signing and verification keys
///
/// This is similar to [signature::SignatureEncoding] but for keys.
pub trait ByteEncoding: Clone + Sized + for<'a> TryFrom<&'a [u8]> + TryInto<Self::Repr> {
Expand Down

0 comments on commit d8d40c7

Please sign in to comment.