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

2
aead.h
View file

@ -23,4 +23,6 @@ struct lc_aead_impl {
const uint8_t *, size_t);
int (*open)(uint8_t *, size_t *, void *, const uint8_t *, size_t,
const uint8_t *, size_t);
size_t blocklen;
};