tito/src
Tomasz Sowa 1cd2b4cafa base64: add possibility for the decoding strings to not have padding characters
Add Base64::RequirePaddingOnDecodedStrings(bool) method.

while here:
- add Decode(...) methods taking wide characters as the input string
2022-10-28 14:18:18 +02:00
..
Makefile add global Makefile 2022-06-26 06:17:20 +02:00
Makefile.dep let Crypto::SetAESKey(...) takes the key length as an argument 2022-08-14 12:53:19 +02:00
aes.cpp let Crypto::SetAESKey(...) takes the key length as an argument 2022-08-14 12:53:19 +02:00
aes.h let Crypto::SetAESKey(...) takes the key length as an argument 2022-08-14 12:53:19 +02:00
base32.cpp change licence from 3-Clause BSD to 2-Clause BSD 2022-07-03 10:31:40 +02:00
base32.h change licence from 3-Clause BSD to 2-Clause BSD 2022-07-03 10:31:40 +02:00
base64.cpp base64: add possibility for the decoding strings to not have padding characters 2022-10-28 14:18:18 +02:00
base64.h base64: add possibility for the decoding strings to not have padding characters 2022-10-28 14:18:18 +02:00
crypto.cpp let Crypto::SetAESKey(...) takes the key length as an argument 2022-08-14 12:53:19 +02:00
crypto.h let Crypto::SetAESKey(...) takes the key length as an argument 2022-08-14 12:53:19 +02:00
misc.cpp change licence from 3-Clause BSD to 2-Clause BSD 2022-07-03 10:31:40 +02:00
misc.h change licence from 3-Clause BSD to 2-Clause BSD 2022-07-03 10:31:40 +02:00
tito.h change licence from 3-Clause BSD to 2-Clause BSD 2022-07-03 10:31:40 +02:00
version.h change licence from 3-Clause BSD to 2-Clause BSD 2022-07-03 10:31:40 +02:00