Classes
Base16 | Class for encoding and decoding bytes into base-16 encoded text, otherwise known as hexadecimal. |
Base32 | Class for encoding and decoding bytes into Base32. |
Bcd | Class for encoding and decoding bytes into BCD (binary coded decimal) format. |
Crc13239 | Utility class for calculating and verifying the CRC13239 checksum used in YubiKey products. |
Hex | Class for encoding and decoding bytes into base-16 encoded text, otherwise known as hexadecimal. |
Mod |
Class for encoding and decoding byte collections into MODHEX. |
Multi |
Utilities for working with multi null-terminated strings. |
Interfaces
IText |
Interface for abstracting different means of encoding and decoding byte collections. |