summaryrefslogtreecommitdiff
path: root/lib/crypto/libchacha.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/libchacha.c')
-rw-r--r--lib/crypto/libchacha.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/libchacha.c b/lib/crypto/libchacha.c
index dabc3accae05..cc1be0496eb9 100644
--- a/lib/crypto/libchacha.c
+++ b/lib/crypto/libchacha.c
@@ -32,4 +32,5 @@ void chacha_crypt_generic(u32 *state, u8 *dst, const u8 *src,
}
EXPORT_SYMBOL(chacha_crypt_generic);
+MODULE_DESCRIPTION("ChaCha stream cipher (RFC7539)");
MODULE_LICENSE("GPL");