Namespace Yubico.Core.Buffers
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.
- ModHex
Class for encoding and decoding byte collections into MODHEX.
- MultiString
Utilities for working with multi null-terminated strings.
Interfaces
- ITextEncoding
Interface for abstracting different means of encoding and decoding byte collections.