Skip to main content

SigningFn

Type Alias SigningFn 

Source
pub type SigningFn<'a> = dyn FnMut(&[u8]) -> SignResult<Vec<u8>> + Send + 'a;
Expand description

Function called to sign a commit. The input is the raw data to sign, and the output is the signature.