public class ShakeDigest : KeccakDigest,
IXof, IDigest
Public Class ShakeDigest
Inherits KeccakDigest
Implements IXof, IDigest
public ref class ShakeDigest : public KeccakDigest,
IXof, IDigest
Org.BouncyCastle.Crypto.Digests.ShakeDigest = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Digests.ShakeDigest',
Org.BouncyCastle.Crypto.Digests.KeccakDigest,
Org.BouncyCastle.Crypto.IXof,
Org.BouncyCastle.Crypto.IDigest);
ShakeDigest | Initializes a new instance of the ShakeDigest class |
ShakeDigest(Int32) | Initializes a new instance of the ShakeDigest class |
ShakeDigest(ShakeDigest) | Initializes a new instance of the ShakeDigest class |
AlgorithmName | (Overrides KeccakDigestAlgorithmName) |
bitsInQueue | (Inherited from KeccakDigest) |
dataQueue | (Inherited from KeccakDigest) |
fixedOutputLength | (Inherited from KeccakDigest) |
rate | (Inherited from KeccakDigest) |
squeezing | (Inherited from KeccakDigest) |