libsodium/demos
Frank Denis 8b8f89d437 fputs(..., stdout) -> printf()
This reduces the number of functions we use to print something from 5 to 4 (!).
2015-05-27 21:09:32 +02:00
..
auth.c fputs(..., stdout) -> printf() 2015-05-27 21:09:32 +02:00
box_detached.c fputs(..., stdout) -> printf() 2015-05-27 21:09:32 +02:00
box.c fputs(..., stdout) -> printf() 2015-05-27 21:09:32 +02:00
generichash_stream.c fputs(..., stdout) -> printf() 2015-05-27 21:09:32 +02:00
generichash.c fputs(..., stdout) -> printf() 2015-05-27 21:09:32 +02:00
shorthash.c fputs(..., stdout) -> printf() 2015-05-27 21:09:32 +02:00
sign.c fputs(..., stdout) -> printf() 2015-05-27 21:09:32 +02:00
utils.c print_hex() is always followed by putc('\n'), so let it do it directly 2015-05-27 21:04:32 +02:00
utils.h Make prompt_input accept fixed-length and variable-length input. 2015-05-27 18:10:28 +02:00