Skip to main content

SignFn

Type Alias SignFn 

Source
pub type SignFn = Box<dyn Fn(&[u8]) -> Vec<u8> + Send + Sync>;
Expand description

Signing function type that takes bytes and returns a signature.

Aliased Typeยง

pub struct SignFn(/* private fields */);