public class Salsa20Engine : IStreamCipher
Public Class Salsa20Engine
Implements IStreamCipher
public ref class Salsa20Engine : IStreamCipher
Org.BouncyCastle.Crypto.Engines.Salsa20Engine = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Engines.Salsa20Engine',
null,
Org.BouncyCastle.Crypto.IStreamCipher);
Salsa20Engine | Creates a 20 round Salsa20 engine. |
Salsa20Engine(Int32) | Creates a Salsa20 engine with a specific number of rounds. |
AdvanceCounter | |
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) |
GenerateKeyStream | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ProcessBytes(ReadOnlySpanByte, SpanByte) | |
ProcessBytes(Byte, Int32, Int32, Byte, Int32) | |
Reset | |
ResetCounter | |
ReturnByte | |
SetKey | |
ToString | Returns a string that represents the current object. (Inherited from Object) |