diff options
Diffstat (limited to 'docs/hazmat/backends/interfaces.rst')
-rw-r--r-- | docs/hazmat/backends/interfaces.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst index db68a646..e6bf8f69 100644 --- a/docs/hazmat/backends/interfaces.rst +++ b/docs/hazmat/backends/interfaces.rst @@ -16,7 +16,7 @@ A specific ``backend`` may provide one or more of these interfaces. .. class:: CipherBackend - A backend which provides methods for using ciphers for encryption + A backend that provides methods for using ciphers for encryption and decryption. The following backends implement this interface: |