public int GetHashCode()

in Microsoft.Shared.Dna.Hash/AffineHash.cs [112:115]


        public int GetHashCode(byte value)
        {
            return (int)this.ComputeSmallBlock((ulong)value);
        }