signstar_request_signature

Type Alias Sha512

pub type Sha512 = CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, OidSha512>>;
Expand description

SHA-512 hasher.

Aliased Type§

struct Sha512 { /* private fields */ }

Trait Implementations§

source§

impl TryFrom<SignatureRequestInput> for Sha512

source§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: SignatureRequestInput) -> Result<Self, Self::Error>

Performs the conversion.