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
1 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ config TINYCRYPT_SHA256_HMAC_PRNG
|
||||||
depends on TINYCRYPT_SHA256_HMAC
|
depends on TINYCRYPT_SHA256_HMAC
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This option enables support for psudeo-random number
|
This option enables support for pseudo-random number
|
||||||
generator.
|
generator.
|
||||||
|
|
||||||
config TINYCRYPT_ECC_DH
|
config TINYCRYPT_ECC_DH
|
||||||
|
@ -57,7 +57,7 @@ config TINYCRYPT_ECC_DH
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This option enables support for the Elliptic curve
|
This option enables support for the Elliptic curve
|
||||||
Diffie-Helman anonymous key agreement protocol.
|
Diffie-Hellman anonymous key agreement protocol.
|
||||||
|
|
||||||
config TINYCRYPT_ECC_DSA
|
config TINYCRYPT_ECC_DSA
|
||||||
bool
|
bool
|
||||||
|
@ -65,7 +65,7 @@ config TINYCRYPT_ECC_DSA
|
||||||
depends on TINYCRYPT
|
depends on TINYCRYPT
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This option enables support for the Elliptic Curbe Digital
|
This option enables support for the Elliptic Curve Digital
|
||||||
Signature Algorithm (ECDSA).
|
Signature Algorithm (ECDSA).
|
||||||
|
|
||||||
config TINYCRYPT_AES
|
config TINYCRYPT_AES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue