tinycrypt: Fix few typos in Kconfig help messages
Change-Id: Ia6442359e1ab5116083c065ae63e4b929e74ef76 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
6bb087c511
commit
0f7bc9dd67
|
@ -47,7 +47,7 @@ config TINYCRYPT_SHA256_HMAC_PRNG
|
|||
depends on TINYCRYPT_SHA256_HMAC
|
||||
default n
|
||||
help
|
||||
This option enables support for psudeo-random number
|
||||
This option enables support for pseudo-random number
|
||||
generator.
|
||||
|
||||
config TINYCRYPT_ECC_DH
|
||||
|
@ -57,7 +57,7 @@ config TINYCRYPT_ECC_DH
|
|||
default n
|
||||
help
|
||||
This option enables support for the Elliptic curve
|
||||
Diffie-Helman anonymous key agreement protocol.
|
||||
Diffie-Hellman anonymous key agreement protocol.
|
||||
|
||||
config TINYCRYPT_ECC_DSA
|
||||
bool
|
||||
|
@ -65,7 +65,7 @@ config TINYCRYPT_ECC_DSA
|
|||
depends on TINYCRYPT
|
||||
default n
|
||||
help
|
||||
This option enables support for the Elliptic Curbe Digital
|
||||
This option enables support for the Elliptic Curve Digital
|
||||
Signature Algorithm (ECDSA).
|
||||
|
||||
config TINYCRYPT_AES
|
||||
|
|
Loading…
Reference in New Issue