public ref struct ValueRipemd160
ValueRipemd160() | Initializes a new instance of the ValueRipemd160 class |
ValueRipemd160(Span<UInt32>, Span<Byte>) | Initializes a new instance of the ValueRipemd160 class |
Add | Add bytes to be hashed. |
ComputeHashDigest | |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
HashDigest | Return hash digest for bytes that have been added up to this point. |
Reset | Reset parameters to start new hash. Only call if plan to hash multiple times with same Ripemd160 instance. Do not call if only performing one hash per Ripemd160 instance. |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |