Add PGP operations to relevant categories

This commit is contained in:
toby 2017-03-11 15:38:22 -05:00
parent 22467537be
commit 718c913bf8

View file

@ -94,6 +94,13 @@ var Categories = [
"Derive EVP key",
"PGP Encrypt",
"PGP Decrypt",
"PGP Sign",
"PGP Verify",
"PGP Sign Cleartext",
"PGP Verify Cleartext",
"PGP Generate Key Pair",
"PGP Add ASCII Armor",
"PGP Remove ASCII Armor",
]
},
{
@ -105,6 +112,15 @@ var Categories = [
"Hex to PEM",
"Hex to Object Identifier",
"Object Identifier to Hex",
"PGP Encrypt",
"PGP Decrypt",
"PGP Sign",
"PGP Verify",
"PGP Sign Cleartext",
"PGP Verify Cleartext",
"PGP Generate Key Pair",
"PGP Add ASCII Armor",
"PGP Remove ASCII Armor",
]
},
{