From fb971bf3a70ff22d06640bf19a805df9d16af0dc Mon Sep 17 00:00:00 2001 From: Daan Sprenkels Date: Thu, 2 Nov 2017 09:33:25 +0100 Subject: [PATCH] readme: Add info on side-channel resistance --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a66e23..6afb99d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Some details—like integrity checks and side-channel resistance—are often forgotten. But these slip-ups can often fully compromise the security of the scheme. With this in mind, I have made this library to: -- Be side channel resistant +- Be side channel resistant (timing, branch, cache) - Secure the shared secret with a MAC - Use the platform (OS) randomness source