From a7d76fd8eb9cfd7aad1ff95b22764728d47297cd Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 28 Jun 2013 11:05:28 +0200 Subject: [PATCH] Chapter Cryptography: Fix typos --- defensive-coding/en-US/Tasks/Cryptography.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defensive-coding/en-US/Tasks/Cryptography.xml b/defensive-coding/en-US/Tasks/Cryptography.xml index 88f14a3..1bafc2a 100644 --- a/defensive-coding/en-US/Tasks/Cryptography.xml +++ b/defensive-coding/en-US/Tasks/Cryptography.xml @@ -7,7 +7,7 @@
Primitives - Chosing from the following cryptographic primitives is + Choosing from the following cryptographic primitives is recommended: @@ -50,7 +50,7 @@ The following facilities can be used to generate unpredictable and non-repeating values. When these functions are used without - special safeguards, each individual rnadom value should be at + special safeguards, each individual random value should be at least 12 bytes long.