C# Class Granados.Crypto.CipherUtil

Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
memcmp ( byte d1, int o1, byte d2, int o2, int len ) : int

Private Methods

Méthode 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 méthode

public static memcmp ( byte d1, int o1, byte d2, int o2, int len ) : int
d1 byte
o1 int
d2 byte
o2 int
len int
Résultat int