Salsa20Core Class

CryptSharp

Salsa20Core Class CryptSharp
Implements the Salsa20 hash function.
Inheritance Hierarchy

SystemObject  CryptSharp.UtilitySalsa20Core

Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax

public static class Salsa20Core
Public NotInheritable Class Salsa20Core
public ref class Salsa20Core abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Salsa20Core =  class end

The Salsa20Core type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCompute
Applies the Salsa20 hash function. It maps a 16 element input to an output of the same size.
Top
See Also

Reference