CShakeDigest Class

Customizable SHAKE function.

Definition

Namespace: Org.BouncyCastle.Crypto.Digests
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class CShakeDigest : ShakeDigest
Inheritance
Object    KeccakDigest    ShakeDigest    CShakeDigest

Constructors

CShakeDigest(CShakeDigest)Initializes a new instance of the CShakeDigest class
CShakeDigest(Int32, Byte, Byte) Base constructor

Properties

Methods

Absorb(Byte)
(Inherited from KeccakDigest)
Absorb(ReadOnlySpanByte)
(Inherited from KeccakDigest)
Absorb(Byte, Int32, Int32)
(Inherited from KeccakDigest)
AbsorbBits
(Inherited from KeccakDigest)
BlockUpdate(ReadOnlySpanByte)
(Inherited from KeccakDigest)
BlockUpdate(Byte, Int32, Int32)
(Inherited from KeccakDigest)
Copy
(Inherited from ShakeDigest)
DoFinal(SpanByte)
(Inherited from ShakeDigest)
DoFinal(Byte, Int32)
(Inherited from ShakeDigest)
DoFinal(Byte, Int32, Byte, Int32)
(Inherited from ShakeDigest)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetByteLength
(Inherited from KeccakDigest)
GetDigestSize
(Inherited from ShakeDigest)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Output(SpanByte)
(Overrides ShakeDigestOutput(SpanByte))
Output(Byte, Int32, Int32)
(Overrides ShakeDigestOutput(Byte, Int32, Int32))
OutputFinal(SpanByte)
(Inherited from ShakeDigest)
OutputFinal(Byte, Int32, Int32)
(Inherited from ShakeDigest)
OutputFinal(Byte, Int32, Int32, Byte, Int32)
(Inherited from ShakeDigest)
Reset
(Overrides KeccakDigestReset)
Reset(IMemoable)
(Inherited from KeccakDigest)
Squeeze(SpanByte)
(Inherited from KeccakDigest)
Squeeze(Byte, Int32, Int64)
(Inherited from KeccakDigest)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Update
(Inherited from KeccakDigest)

Fields

bitsInQueue
(Inherited from KeccakDigest)
dataQueue
(Inherited from KeccakDigest)
fixedOutputLength
(Inherited from KeccakDigest)
rate
(Inherited from KeccakDigest)
squeezing
(Inherited from KeccakDigest)

See Also