Name Description Size
base32.cpp 6860
base32.h Perform base32 encoding @param output an array of at least base32_encode_max_output bytes @param input is some binary data @param input_length length of input in bytes @param input_consumed is an output parameter which says how many bytes of input were actually consumed. If less than input_length, then the range input[consumed:length] should be passed in later along with more input. @param final_inputs true iff this is the last input, in which case padding chars will be applied if needed @return number of bytes written to output 4126
info.txt 46