메소드 | 설명 | |
---|---|---|
JavaHexDigest ( byte data ) : string |
Produces a Java-style SHA-1 hex digest of the given data.
|
메소드 | 설명 | |
---|---|---|
GetHexString ( byte p ) : string |
Converts the given n-bit little-endian unsigned number into lowercase hexadecimal form.
|
|
TwosCompliment ( byte p ) : byte[] |
Given an array that represents an n-bit little-endian signed number, the two's compliment (negation) is produced.
|