X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fchacha-poly1305%2Fchacha.h;fp=src%2Fchacha-poly1305%2Fchacha.h;h=38746057511b1d16f28ce3ed5549053cbdcbcc5e;hb=facb61a34353a06d8286df34a6224585cc561c3e;hp=af1b9a407906447274547d9a3b3568e549f7d145;hpb=fa05f996c5500c056a36c1d43e33a407f876643c;p=meshlink diff --git a/src/chacha-poly1305/chacha.h b/src/chacha-poly1305/chacha.h index af1b9a40..38746057 100644 --- a/src/chacha-poly1305/chacha.h +++ b/src/chacha-poly1305/chacha.h @@ -19,6 +19,7 @@ struct chacha_ctx { void chacha_keysetup(struct chacha_ctx *x, const uint8_t *k, uint32_t kbits); void chacha_ivsetup(struct chacha_ctx *x, const uint8_t *iv, const uint8_t *ctr); +void chacha_ivsetup_96(struct chacha_ctx *x, const uint8_t *iv, const uint8_t *ctr); void chacha_encrypt_bytes(struct chacha_ctx *x, const uint8_t *m, uint8_t * c, uint32_t bytes); #endif /* CHACHA_H */