OpenHome.Git.Hash.Hash C# (CSharp) Method

Hash() private method

private Hash ( ) : System
return System
        internal Hash()
        {
            iAlgorithm = new System.Security.Cryptography.SHA1Managed();
        }