From e677acfe93d12b87baba7ce2e234d02744e43ce6 Mon Sep 17 00:00:00 2001 From: Dez Beck Date: Fri, 26 Aug 2022 10:11:45 -0400 Subject: [PATCH] address F.P. feedback --- micro-behaviors/cryptography/crypto-algorithm.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/micro-behaviors/cryptography/crypto-algorithm.md b/micro-behaviors/cryptography/crypto-algorithm.md index 80ed433..b83421e 100644 --- a/micro-behaviors/cryptography/crypto-algorithm.md +++ b/micro-behaviors/cryptography/crypto-algorithm.md @@ -17,4 +17,6 @@ Crypto Algorithm ================ -A known crypto algorithm is implemented in the code. It is unknown whether it is from a public crypto library. When the library is known, **Crypto Library ([C0059](../cryptography/crypto-lib.md))** micro-behavior should be used. +A known crypto algorithm is implemented in the code and it is unknown whether it is from a public crypto library. + +When the library is known, **Crypto Library ([C0059](../cryptography/crypto-lib.md))** micro-behavior should be used.