Base class for all ARC4 classes

Namespace: LLCryptoLib.Crypto
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public abstract class StreamARC4Base : StreamAlgorithm
Visual Basic
Public MustInherit Class StreamARC4Base _
	Inherits StreamAlgorithm
Visual C++
public ref class StreamARC4Base abstract : public StreamAlgorithm

Inheritance Hierarchy

See Also