Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 390 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 390 Bytes

Base64Lib

A library for base64 encoding.

  • Supports encoding files and strings by taking const char
  • Written for ease of understanding the Base64 algorithm
  • Unit tested

Requirements

  • Catch2 is required for running the unit tests.

Resources

Explanation of the Base64 algorithm: Page 21 of RFC1521