Add chacha.h to the list of documented headers.
Change-Id: Ifb227675cbc8e60128140768fb7d7f5f94928ac2 Reviewed-on: https://boringssl-review.googlesource.com/21764 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
parent
01f26f3f32
commit
b15aa0aaef
@ -17,10 +17,14 @@
|
||||
|
||||
#include <openssl/base.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// ChaCha20.
|
||||
//
|
||||
// ChaCha20 is a stream cipher. See https://tools.ietf.org/html/rfc7539.
|
||||
|
||||
|
||||
// CRYPTO_chacha_20 encrypts |in_len| bytes from |in| with the given key and
|
||||
// nonce and writes the result to |out|. If |in| and |out| alias, they must be
|
||||
|
@ -23,6 +23,7 @@
|
||||
"Headers": [
|
||||
"include/openssl/aes.h",
|
||||
"include/openssl/bn.h",
|
||||
"include/openssl/chacha.h",
|
||||
"include/openssl/cmac.h",
|
||||
"include/openssl/curve25519.h",
|
||||
"include/openssl/des.h",
|
||||
|
Loading…
Reference in New Issue
Block a user