public int GetHashCode()

in Microsoft.Shared.Dna.Hash/AffineHash.cs [122:125]


        public int GetHashCode(byte[] value)
        {
            return this.GetHashCode(value, 0, value?.Length ?? 0);
        }