Skip to content

Commit

Permalink
undo signature changes
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Oct 30, 2023
1 parent 47cb971 commit feb6cc5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,6 @@ pub mod rsa_pss {
pub(super) value: Vec<u8>,
}

impl RsaPssSignature {
/// Get the signature as the raw byte slice.
pub fn as_bytes(&self) -> &[u8] {
&self.value
}
}

impl From<&[u8]> for RsaPssSignature {
fn from(value: &[u8]) -> Self {
Self {
Expand Down

0 comments on commit feb6cc5

Please sign in to comment.