C# Class Deveel.Data.Security.HashFunctions.HashFunction

Inheritance: IHashFunction
Mostrar archivo Open project: deveel/deveeldb

Private Properties

Property Type Description

Public Methods

Method Description
Compute ( byte data ) : byte[]
Dispose ( ) : void
HashFunction ( string hashName ) : System

Method Details

Compute() public method

public Compute ( byte data ) : byte[]
data byte
return byte[]

Dispose() public method

public Dispose ( ) : void
return void

HashFunction() public method

public HashFunction ( string hashName ) : System
hashName string
return System