Skip to main content

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

ClassNamespaceSummary
Crc16GHIElectronics.TinyCLR.CryptographyCRC-16 hash. Computes a 16-bit CRC over a byte buffer, optionally with a non-zero seed.
XteaGHIElectronics.TinyCLR.CryptographyXTEA (eXtended Tiny Encryption Algorithm) block cipher. 128-bit key, 64-bit blocks.