C# Class Granados.Crypto.CipherUtil

ファイルを表示 Open project: poderosaproject/poderosa Class Usage Examples

Public Methods

Method Description
memcmp ( byte d1, int o1, byte d2, int o2, int len ) : int

Private Methods

Method Description
BlockXor ( byte src, int s_offset, int len, byte dest, int d_offset ) : void
GetIntBE ( byte src, int offset ) : uint
GetIntLE ( byte src, int offset ) : uint
PutIntBE ( uint val, byte dest, int offset ) : void
PutIntLE ( uint val, byte dest, int offset ) : void

Method Details

memcmp() public static method

public static memcmp ( byte d1, int o1, byte d2, int o2, int len ) : int
d1 byte
o1 int
d2 byte
o2 int
len int
return int