AaltoTLS.PluginInterface.PseudoRandomFunction.CreateVerifyHashAlgorithm C# (CSharp) Method

CreateVerifyHashAlgorithm() public abstract method

public abstract CreateVerifyHashAlgorithm ( byte secret ) : HashAlgorithm
secret byte
return System.Security.Cryptography.HashAlgorithm
        public abstract HashAlgorithm CreateVerifyHashAlgorithm(byte[] secret);