mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 09:18:44 +00:00

Base64 according to RFC4648. Crypt64 is whatever crypt() does. The two radix-64 encodings share less code than I would like, because base64 is stream-oriented and therefore big-endian, while crypt is little-endian.