This commit is contained in:
Lucas Gabriel Vuotto 2024-06-10 17:23:48 +00:00
parent 2ebe3467f8
commit f6bddfcd70
6 changed files with 18 additions and 0 deletions

3
auth.h
View file

@ -26,6 +26,9 @@ struct lc_auth_impl {
void *(*ctx_new)(void);
void (*ctx_free)(void *);
size_t blocklen;
size_t taglen;
};
struct lc_auth_ctx {