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

U32

Type Alias U32 

Source
pub type U32 = U32<NetworkEndian>;
Expand description

A 32-bit unsigned integer stored in network-endian byte order.

Aliased Typeยง

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