Skip to main content

RawKey

Type Alias RawKey 

Source
pub type RawKey = Vec<u8>;
Expand description

A type alias for a raw key, represented as a vector of bytes.

Aliased Typeยง

pub struct RawKey { /* private fields */ }