Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-27 | Move util_format into a new libtor-encoding library | Nick Mathewson | |
libtor-encoding is about various ways to transform data to and from character sequences. | |||
2018-06-22 | Extract key string manipulation functions into a new library. | Nick Mathewson | |
2018-06-21 | Rectify include paths (automated). | Nick Mathewson | |
You have no idea how glad I am that this is automated. | |||
2018-06-21 | Rectify include paths (automated) | Nick Mathewson | |
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2018-06-20 | Update copyrights to 2018. | Nick Mathewson | |
2017-09-15 | Run our #else/#endif annotator on our source code. | Nick Mathewson | |
2017-05-17 | Fixed error on BASEXX_NOPAD LEN and BUFSIZE macros #21872 | Daniel Pinto | |
2017-04-07 | Remove base64_decode_nopad() | Taylor Yu | |
Remove base64_decode_nopad() because it is redundant now that base64_decode() correctly handles both padded and unpadded base64 encodings with "right-sized" output buffers. | |||
2017-04-06 | Add macros for baseXX encoding lengths | Taylor Yu | |
2017-03-15 | Run the copyright update script. | Nick Mathewson | |
2016-06-17 | Fix base32 API to take any source length in bytes | David Goulet | |
Fixes #18280 Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2015-07-31 | Move formatting functions around. | Nick Mathewson | |
The base64 and base32 functions used to be in crypto.c; crypto_format.h had no header; some general-purpose functions were in crypto_curve25519.c. This patch makes a {crypto,util}_format.[ch], and puts more functions there. Small modules are beautiful! |