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:
Adam Langley 2017-10-12 08:16:05 -07:00 committed by CQ bot account: commit-bot@chromium.org
parent 01f26f3f32
commit b15aa0aaef
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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",