Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cpurdy committed Apr 28, 2022
1 parent 16e5283 commit 741b217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib_crypto/src/main/x/crypto/Algorithms.x
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 741b217

Please sign in to comment.