Blowfish.uintToBytes
private
void uintToBytes(uint value, ubyte[] bytes) static @safe pure nothrow @nogcConverts a 32-bit unsigned integer to 4 big-endian bytes.
void uintToBytes(uint value, ubyte[] bytes) static @safe pure nothrow @nogcConverts a 32-bit unsigned integer to 4 big-endian bytes.