fold
This commit is contained in:
parent
2ebe3467f8
commit
f6bddfcd70
6 changed files with 18 additions and 0 deletions
|
@ -165,6 +165,9 @@ static struct lc_auth_impl poly1305_impl = {
|
|||
|
||||
.ctx_new = &poly1305_ctx_new,
|
||||
.ctx_free = NULL,
|
||||
|
||||
.blocklen = LC_POLY1305_BLOCKLEN,
|
||||
.taglen = LC_POLY1305_TAGLEN,
|
||||
};
|
||||
|
||||
const struct lc_auth_impl *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue