AaltoTLS.PluginInterface.MACAlgorithm.CreateHasher C# (CSharp) Method

CreateHasher() public abstract method

public abstract CreateHasher ( byte key ) : KeyedHashAlgorithm
key byte
return System.Security.Cryptography.KeyedHashAlgorithm
        public abstract KeyedHashAlgorithm CreateHasher(byte[] key);