wesnoth/source_lists/libwesnoth_core
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

31 lines
603 B
Plaintext

color.cpp
color_range.cpp
config.cpp
crypt_blowfish/crypt_blowfish.c
config_attribute_value.cpp
filesystem_boost.cpp
filesystem_common.cpp
font/constants.cpp
game_config.cpp
gettext_boost.cpp
hash.cpp
log.cpp
map/location.cpp
map/map.cpp
mt_rng.cpp
random.cpp
seed_rng.cpp
serialization/base64.cpp
serialization/binary_or_text.cpp
serialization/parser.cpp
serialization/preprocessor.cpp
serialization/schema_validator.cpp
serialization/string_utils.cpp
serialization/tag.cpp
serialization/tokenizer.cpp
serialization/unicode.cpp
serialization/validator.cpp
terrain/type_data.cpp
tstring.cpp
version.cpp