public class Sha3Digest : KeccakDigest
Public Class Sha3Digest
Inherits KeccakDigest
public ref class Sha3Digest : public KeccakDigest
Org.BouncyCastle.Crypto.Digests.Sha3Digest = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Digests.Sha3Digest',
Org.BouncyCastle.Crypto.Digests.KeccakDigest);
Sha3Digest | Initializes a new instance of the Sha3Digest class |
Sha3Digest(Int32) | Initializes a new instance of the Sha3Digest class |
Sha3Digest(Sha3Digest) | Initializes a new instance of the Sha3Digest class |
AlgorithmName | (Overrides KeccakDigestAlgorithmName) |
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 | (Overrides KeccakDigestCopy) |
DoFinal(SpanByte) | (Overrides KeccakDigestDoFinal(SpanByte)) |
DoFinal(Byte, Int32) | (Overrides KeccakDigestDoFinal(Byte, Int32)) |
DoFinal(Byte, Int32, Byte, Int32) | (Overrides KeccakDigestDoFinal(Byte, Int32, Byte, Int32)) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows 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 KeccakDigest) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Reset | (Inherited from KeccakDigest) |
Reset(IMemoable) | (Inherited from KeccakDigest) |
Squeeze(SpanByte) | (Inherited from KeccakDigest) |
Squeeze(Byte, Int32, Int64) | (Inherited from KeccakDigest) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Update | (Inherited from KeccakDigest) |
bitsInQueue | (Inherited from KeccakDigest) |
dataQueue | (Inherited from KeccakDigest) |
fixedOutputLength | (Inherited from KeccakDigest) |
rate | (Inherited from KeccakDigest) |
squeezing | (Inherited from KeccakDigest) |