public class SkeinMac : IMac
Public Class SkeinMac
Implements IMac
public ref class SkeinMac : IMac
Org.BouncyCastle.Crypto.Macs.SkeinMac = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Macs.SkeinMac',
null,
Org.BouncyCastle.Crypto.IMac);
SkeinMac(SkeinMac) | Initializes a new instance of the SkeinMac class |
SkeinMac(Int32, Int32) | Constructs a Skein MAC with an internal state size and output size. |
BlockUpdate(ReadOnlySpanByte) | |
BlockUpdate(Byte, Int32, Int32) | |
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) |
GetMacSize | |
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 | |
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 |