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.
| Parameter | Type | Description |
|---|---|---|
key | uint[] |
Methods
Encrypt(byte[] buffer, uint offset, uint count)
public byte[] Encrypt(byte[] buffer, uint offset, uint count)
No description available.
| Parameter | Type | Description |
|---|---|---|
buffer | byte[] | |
offset | uint | |
count | uint |
Returns byte[]
Decrypt(byte[] buffer, uint offset, uint count)
public byte[] Decrypt(byte[] buffer, uint offset, uint count)
No description available.
| Parameter | Type | Description |
|---|---|---|
buffer | byte[] | |
offset | uint | |
count | uint |
Returns byte[]