AmericasCup.Data.Crc32.HashFinal C# (CSharp) 메소드

HashFinal() 보호된 메소드

protected HashFinal ( ) : byte[]
리턴 byte[]
        protected override byte[] HashFinal()
        {
            byte[] hashBuffer = UInt32ToBigEndianBytes(~hash);
            this.HashValue = hashBuffer;
            return hashBuffer;
        }