Trait tame_gcs::signing::Signer [−][src]
Used to sign a block of data
Required methods
fn sign(
&self,
algorithm: SigningAlgorithm,
key: Key<'_>,
data: &[u8]
) -> Result<Vec<u8>, Error>
[src]
&self,
algorithm: SigningAlgorithm,
key: Key<'_>,
data: &[u8]
) -> Result<Vec<u8>, Error>
Sign a block of data with the specified algorith, and a private key