Type Definition crypto_bigint::ByteArray[][src]

pub type ByteArray<T> = GenericArray<u8, <T as ArrayEncoding>::ByteSize>;
This is supported on crate feature generic-array only.
Expand description

Alias for a byte array whose size is defined by ArrayEncoding::ByteSize.