ValueRipemd160 Structure

Note: This API is now obsolete.
RIPEMD-160 hash. Algorithm provided by Hans Dobbertin, Antoon Bosselaers, and Bart Preneel: https://homes.esat.kuleuven.be/~bosselae/ripemd160.html This is an optimized implementation based on Bouncy Castle's RipeMD160Digest.cs: http://www.bouncycastle.org/csharp

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.3.0+ce4f0b6532a6a09537fffcf84d41de9c9c921c0a
C#
public ref struct ValueRipemd160
Inheritance
Object    ValueType    ValueRipemd160

Constructors

ValueRipemd160Initializes a new instance of the ValueRipemd160 class
ValueRipemd160(SpanUInt32, SpanByte)Initializes a new instance of the ValueRipemd160 class

Methods

Add Add bytes to be hashed.
ComputeHashDigest 
EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns 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.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also