diff options
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py index c83627f0..cbd4bb0d 100644 --- a/__init__.py +++ b/__init__.py @@ -46,6 +46,11 @@ class Soledad(object): # Management of secret for symmetric encryption #------------------------------------------------------------------------- + + #------------------------------------------------------------------------- + # Management of secret for symmetric encryption + #------------------------------------------------------------------------- + def _has_secret(self): """ Verify if secret for symmetric encryption exists on local encrypted |