Trait xxxdh::Sign[][src]

pub trait Sign {
    type SIG: Signature;
    fn sign(&self, data: &[u8]) -> Self::SIG
    where
        Self: Sized
; }
Expand description

Sign a message.

Associated Types

Required methods

Sign a message.

Implementors