This commit is contained in:
meejah 2019-06-25 16:59:41 -06:00
parent 8b48b3e06e
commit 745805378c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
"""
Helper functions for cryptograhpy-related operations inside Tahoe
Helper functions for cryptography-related operations inside Tahoe
For the most part, these functions use and return objects that are
documented in the `cryptography` library -- however, code inside Tahoe

View File

@ -1,5 +1,5 @@
"""
Helper functions for cryptograhpy-related operations inside Tahoe
Helper functions for cryptography-related operations inside Tahoe
using RSA public-key encryption and decryption.
In cases where these functions happen to use and return objects that