mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 09:33:56 +01:00
Wrote decrypt tool for sodium_crypto_box_seal plus matching tests.
Lots of code cleanups.
This commit is contained in:
@ -5,6 +5,10 @@
|
||||
#ifndef EXIM_ENCRYPT_DLFUNC_COMMON_H
|
||||
#define EXIM_ENCRYPT_DLFUNC_COMMON_H
|
||||
|
||||
char * read_first_line(const char *);
|
||||
char *read_first_line(const char *filename);
|
||||
|
||||
char *read_password_file(const char *filename, size_t keysize, size_t *length);
|
||||
|
||||
int base64_decode_string(const char *input, unsigned char **outstring, size_t *outlen);
|
||||
|
||||
#endif //EXIM_ENCRYPT_DLFUNC_COMMON_H
|
||||
|
||||
Reference in New Issue
Block a user