From 741b217eb68082b4a0f0899f00a07a830d1a9de4 Mon Sep 17 00:00:00 2001 From: Cameron Purdy <699204+cpurdy@users.noreply.github.com> Date: Thu, 28 Apr 2022 17:35:51 -0400 Subject: [PATCH] Minor doc fix --- lib_crypto/src/main/x/crypto/Algorithms.x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib_crypto/src/main/x/crypto/Algorithms.x b/lib_crypto/src/main/x/crypto/Algorithms.x index 3b9858df65..a1891f9c2b 100644 --- a/lib_crypto/src/main/x/crypto/Algorithms.x +++ b/lib_crypto/src/main/x/crypto/Algorithms.x @@ -133,8 +133,8 @@ const Algorithms * algorithm. * * @param specifier the algorithm name, or the [Algorithm] object itself - * @param category - * @param key the key + * @param category the category of the algorithm to find + * @param key the key (if required) that will be provided to the algorithm * @param privateRequired `True` iff a private or symmetric key is required * * @return `True` iff the passed key is valid for the combination of the `algorithm` and the