std.crypto.math.to_u32
Show source codeHide source code
fn pub to_u32(value: Int) -> Int {
value & 0xFFFFFFFF
}
fn pub static to_u32(value: Int) -> Int
Converts an Int
to an unsigned 32-bits Int
.
fn pub to_u32(value: Int) -> Int {
value & 0xFFFFFFFF
}
fn pub static to_u32(value: Int) -> Int
Converts an Int
to an unsigned 32-bits Int
.