Method | Description | |
---|---|---|
GetRandomBytes ( ) : byte[] | ||
Hash ( byte buffer ) : byte[] | ||
ToBytes ( uint uints ) : byte[] | ||
ToUints ( byte bytes ) : uint[] | ||
XOR ( byte value, byte key ) : byte[] |
Method | Description | |
---|---|---|
ROL ( uint value, uint x ) : uint |
public static ToBytes ( uint uints ) : byte[] | ||
uints | uint | |
return | byte[] |
public static ToUints ( byte bytes ) : uint[] | ||
bytes | byte | |
return | uint[] |
public static XOR ( byte value, byte key ) : byte[] | ||
value | byte | |
key | byte | |
return | byte[] |