History log of /linux-master/crypto/curve25519-generic.c
Revision Date Author Comments
# 33837be3 14-Sep-2022 Xiu Jianfeng <xiujianfeng@huawei.com>

crypto: add __init/__exit annotations to init/exit funcs

Add missing __init/__exit annotations to init/exit funcs.

Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>


# ee772cb6 08-Nov-2019 Ard Biesheuvel <ardb@kernel.org>

crypto: curve25519 - implement generic KPP driver

Expose the generic Curve25519 library via the crypto API KPP interface.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>