util: make lc_scrub public
This commit is contained in:
parent
afc2e4b721
commit
f3667cfe05
3 changed files with 8 additions and 8 deletions
|
@ -104,3 +104,10 @@ int lc_aead_open(const struct lc_aead_impl *, const uint8_t *, size_t,
|
|||
const uint8_t *, size_t);
|
||||
|
||||
const struct lc_aead_impl *lc_aead_impl_chacha20_poly1305(void);
|
||||
|
||||
|
||||
/*
|
||||
* Utilities.
|
||||
*/
|
||||
|
||||
void lc_scrub(void *, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue