Spring.Cryptography.CRC Namespace

Represents namespace Spring.Cryptography.CRC.

 NameDescription
TCRC16

CRC16 Hash (CheckSum)

TCRC32

CRC32 Hash (CheckSum)

Top
 NameDescription
Crc16_Table

Represents constant Crc16_Table.

crc32_table

Represents constant crc32_table.

crc32_table_b

Represents constant crc32_table_b.

Top
 NameDescription
CRC16Final(Word)

Represents method CRC16Final(Word).

CRC16Init(Word)

Represents method CRC16Init(Word).

CRC16Update(Word,Pointer,Integer)

Represents method CRC16Update(Word,Pointer,Integer).

CRC32BUpdate(UInt32,Pointer,UInt32)

Represents method CRC32BUpdate(UInt32,Pointer,UInt32).

CRC32Final(UInt32)

Represents method CRC32Final(UInt32).

CRC32Init(UInt32)

Represents method CRC32Init(UInt32).

CRC32Update(UInt32,Pointer,UInt32)

Represents method CRC32Update(UInt32,Pointer,UInt32).

Top