Table of Contents

Class XSalsa20Engine

Namespace
Enterprises.Org.BouncyCastle.Crypto.Engines
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class XSalsa20Engine : Salsa20Engine, IStreamCipher
Inheritance
XSalsa20Engine
Implements
Inherited Members

Constructors

XSalsa20Engine()

public XSalsa20Engine()

Properties

AlgorithmName

public override string AlgorithmName { get; }

Property Value

string

NonceSize

protected override int NonceSize { get; }

Property Value

int

Methods

SetKey(byte[], byte[])

protected override void SetKey(byte[] keyBytes, byte[] ivBytes)

Parameters

keyBytes byte[]
ivBytes byte[]