Skip to main content

Xtea Class

Namespace: GHIElectronics.TinyCLR.Cryptography · Assembly: GHIElectronics.TinyCLR.Cryptography

XTEA (eXtended Tiny Encryption Algorithm) block cipher. 128-bit key, 64-bit blocks.

public class Xtea

Constructors

Xtea(uint[] key)

public Xtea(uint[] key)

No description available.

ParameterTypeDescription
keyuint[]

Methods

Encrypt(byte[] buffer, uint offset, uint count)

public byte[] Encrypt(byte[] buffer, uint offset, uint count)

No description available.

ParameterTypeDescription
bufferbyte[]
offsetuint
countuint

Returns byte[]

Decrypt(byte[] buffer, uint offset, uint count)

public byte[] Decrypt(byte[] buffer, uint offset, uint count)

No description available.

ParameterTypeDescription
bufferbyte[]
offsetuint
countuint

Returns byte[]