Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

U128

Type Alias U128 

Source
pub type U128 = U128<NativeEndian>;
Expand description

A 128-bit unsigned integer stored in native-endian byte order.

Aliased Typeยง

pub struct U128(/* private fields */);