Interface IHashAlgorithm
Portable/cross framework interface for hash algorithms to be used with this library.
Namespace: Yort.Otp
Assembly: cs.temp.dll.dll
Syntax
public interface IHashAlgorithm
Properties
Name | Description |
---|---|
Name | Returns a string containing the name of the hash algorithm, i,e SHA1. |
Methods
Name | Description |
---|---|
ComputeHash(Byte[], Byte[]) | Computes a new hash of the |