Interface IHashAlgorithmProvider

Index

Properties

Methods

Properties

public algorithmName: string

public hashLength: number

Methods

public createHash(): CryptographicHash

Returns

CryptographicHash

public hashData(data: IBuffer): IBuffer

Parameters

Returns

IBuffer