C# 클래스 Granados.Crypto.CipherUtil

파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

공개 메소드들

메소드 설명
memcmp ( byte d1, int o1, byte d2, int o2, int len ) : int

비공개 메소드들

메소드 설명
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

메소드 상세

memcmp() 공개 정적인 메소드

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