Org.BouncyCastle.Crypto.Digests.SkeinDigest = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Digests.SkeinDigest',
null,
Org.BouncyCastle.Crypto.IDigest,
Org.BouncyCastle.Utilities.IMemoable);
SkeinDigest(SkeinDigest) | Initializes a new instance of the SkeinDigest class |
SkeinDigest(Int32, Int32) | Constructs a Skein digest with an internal state size and output size. |
BlockUpdate(ReadOnlySpanByte) | |
BlockUpdate(Byte, Int32, Int32) | |
Copy | |
DoFinal(SpanByte) | |
DoFinal(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 | |
GetDigestSize | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init | Optionally initialises the Skein digest with the provided parameters. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Reset | |
Reset(IMemoable) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Update |
SKEIN_1024 | 1024 bit block size - Skein-1024 |
SKEIN_256 | 256 bit block size - Skein-256 |
SKEIN_512 | 512 bit block size - Skein-512 |