diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/ouroboros/crypt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ouroboros/crypt.h b/include/ouroboros/crypt.h index c463d9a8..20b3c262 100644 --- a/include/ouroboros/crypt.h +++ b/include/ouroboros/crypt.h @@ -284,6 +284,10 @@ int crypt_decrypt(struct crypt_ctx * ctx, buffer_t in, buffer_t * out); +int crypt_get_ivsz(struct crypt_ctx * ctx); + +int crypt_get_tagsz(struct crypt_ctx * ctx); + int crypt_load_crt_file(const char * path, void ** crt); |
