public class SkeinEngine : IMemoable
Public Class SkeinEngine
Implements IMemoable
public ref class SkeinEngine : IMemoable
Org.BouncyCastle.Crypto.Digests.SkeinEngine = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Digests.SkeinEngine',
null,
Org.BouncyCastle.Utilities.IMemoable);
SkeinEngine(SkeinEngine) | Creates a SkeinEngine as an exact copy of an existing instance. |
SkeinEngine(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) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init | Initialises the Skein engine with the provided parameters. See SkeinParameters for details on the parameterisation of the Skein hash function. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Reset | Reset the engine to the initial state (with the key and any pre-message parameters , ready to accept message input. |
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 |