pub type U512 = Uint<512, 8>;
Uint for 512 bits.
Uint
512
Converts a fixed byte array into a fixed-width unsigned integer by interpreting the bytes as big-endian.