GHIElectronics.TinyCLR.Cryptography
NuGet: GHIElectronics.TinyCLR.Cryptography
tip
Need standard .NET cryptography? This NuGet also provides the .NET-compatible System.Security.Cryptography API (hashing, AES, RSA, X.509, …). The Crc16 and Xtea types here are lightweight extras.
Classes
| Class | Namespace | Summary |
|---|---|---|
| Crc16 | GHIElectronics.TinyCLR.Cryptography | CRC-16 hash. Computes a 16-bit CRC over a byte buffer, optionally with a non-zero seed. |
| Xtea | GHIElectronics.TinyCLR.Cryptography | XTEA (eXtended Tiny Encryption Algorithm) block cipher. 128-bit key, 64-bit blocks. |