record TCipherBlock

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCipherBlock = record

Description

Initialization block used for XTEA cipher.

Overview

Fields

ByteValues: array[0..7] of Byte
WordValues: array[0..3] of Word
Values: array[0..1] of LongWord
LongValue: UInt64

Methods

procedure Burn;
procedure Init;

Description

Fields

ByteValues: array[0..7] of Byte

Block values represented as 8-bit unsigned integers.

WordValues: array[0..3] of Word

Block values represented as 16-bit unsigned integers.

Values: array[0..1] of LongWord

Block values represented as 32-bit unsigned integers.

LongValue: UInt64

Block values represented as a single 64-bit unsigned integer.

Methods

procedure Burn;

Overwrites all values back to zero.

procedure Init;

Defines all values randomly.


Copyright © 2000 - 2017 Yuriy Kotsarenko. Help files generated by PasDoc.