프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ZeroHash |
메소드 | 설명 | |
---|---|---|
Duplicate ( ) : |
||
Equals ( object other ) : bool |
Returns true if the hashes are equal.
|
|
GetHashCode ( ) : int |
Hash code of the byte array as calculated by object.GetHashCode. Note the difference between a SHA256 secure bytes and the type of quick/dirty bytes used by the Java hashCode method which is designed for use in bytes tables.
|
|
Sha256Hash ( byte bytes ) : System |
Creates a Sha256Hash by wrapping the given byte array. It must be 32 bytes long.
|
|
Sha256Hash ( string @string ) : System |
Creates a Sha256Hash by decoding the given hex string. It must be 64 characters long.
|
|
ToBigInteger ( ) : |
Returns the bytes interpreted as a positive integer.
|
|
ToString ( ) : string |