pub type CryptoKeyDistance = CryptoKey;

Aliased Type§

struct CryptoKeyDistance {
    pub bytes: [u8; 32],
}

Fields§

§bytes: [u8; 32]