From 01f44288db0731fbb244bf2e66a104bb2582506f Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Fri, 1 Mar 2024 16:39:28 -0700 Subject: [PATCH] update description --- nursery/encrypt-data-using-salsa20-or-chacha.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nursery/encrypt-data-using-salsa20-or-chacha.yml b/nursery/encrypt-data-using-salsa20-or-chacha.yml index 89ce4221..a57b855a 100644 --- a/nursery/encrypt-data-using-salsa20-or-chacha.yml +++ b/nursery/encrypt-data-using-salsa20-or-chacha.yml @@ -15,8 +15,10 @@ rule: # The constant words spell "expand 32-byte k" in ASCII (i.e. the 4 words are "expa", "nd 3", "2-by", and "te k") - or: - description: part of key setup - - string: "expand 32-byte k" = sigma - - string: "expand 16-byte k" = tau + - string: "expand 32-byte k" + description: sigma + - string: "expand 16-byte k" + description: tau # if sigma and tau are in contiguous memory, may result in concatenated string - string: "expand 32-byte kexpand 16-byte k" - and: