1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/pkg_tinycrypt: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:14:17 +02:00
parent 5120719789
commit 762eafcd75

View File

@ -42,7 +42,7 @@ int main(void)
struct tc_aes_key_sched_struct s;
/* 128-bit key to use */
const char *key = "Thats my Kung Fu";
const char *key = "That's my Kung Fu";
/* one block (TC_AES_BLOCK_SIZE := 16 byte) of plain text */
const char *plain = "Two One Nine Two";
/* some memory to store the encrypted data (add '\0` termination)*/