File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -316,6 +316,7 @@ config CRYPTO_ECRDSA
316
316
config CRYPTO_CURVE25519
317
317
tristate "Curve25519"
318
318
select CRYPTO_KPP
319
+ select CRYPTO_LIB_CURVE25519_GENERIC
319
320
select CRYPTO_LIB_CURVE25519_INTERNAL
320
321
help
321
322
Curve25519 elliptic curve (RFC7748)
@@ -614,6 +615,7 @@ config CRYPTO_ARC4
614
615
615
616
config CRYPTO_CHACHA20
616
617
tristate "ChaCha"
618
+ select CRYPTO_LIB_CHACHA_GENERIC
617
619
select CRYPTO_LIB_CHACHA_INTERNAL
618
620
select CRYPTO_SKCIPHER
619
621
help
@@ -943,6 +945,7 @@ config CRYPTO_POLYVAL
943
945
config CRYPTO_POLY1305
944
946
tristate "Poly1305"
945
947
select CRYPTO_HASH
948
+ select CRYPTO_LIB_POLY1305_GENERIC
946
949
select CRYPTO_LIB_POLY1305_INTERNAL
947
950
help
948
951
Poly1305 authenticator algorithm (RFC7539)
You can’t perform that action at this time.
0 commit comments