Differences From Artifact [20cdbef471]:
- File soda.c — part of check-in [fc9b35c962] at 2022-12-31 03:22:51 on branch trunk — add rndcbytes and richascii spec; add notes to soda (user: lexi, size: 37400) [annotate] [blame] [check-ins using]
To Artifact [9c44aec280]:
- File soda.c — part of check-in [0f5a51907d] at 2023-04-13 07:26:12 on branch trunk — relicense to EUPL (user: lexi, size: 37403) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 |
/* [ʞ] soda - libsodium front end
* ~ lexi hale <lexi@hale.su>
* © AGPLv3
* @ vim: ft=c
* ! ascii armor decoding is completely broken;
* needs to be fixed before this program can
* become usable
*/
#define _POSIX_C_SOURCE 200809L
|
| |
1 2 3 4 5 6 7 8 9 10 |
/* [ʞ] soda - libsodium front end
* ~ lexi hale <lexi@hale.su>
* © EUPL v1.2
* @ vim: ft=c
* ! ascii armor decoding is completely broken;
* needs to be fixed before this program can
* become usable
*/
#define _POSIX_C_SOURCE 200809L
|