wesnoth/source_lists
Alexander van Gessel 0ed7ff100a
Factor out base64 and crypt {en,de}coding
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.
2018-03-16 07:57:51 +01:00
..
2018-03-07 06:17:20 +11:00
2017-12-08 21:27:40 -06:00
lua