[bridgedb/master] Update bridgedb.crypto.getKey() docstring.

commit 0110e327901725d3961623bd56f12e84eebd2006 Author: Isis Lovecruft <isis@torproject.org> Date: Wed Mar 12 00:24:57 2014 +0000 Update bridgedb.crypto.getKey() docstring. --- lib/bridgedb/crypto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bridgedb/crypto.py b/lib/bridgedb/crypto.py index dc2523b..6c0101b 100644 --- a/lib/bridgedb/crypto.py +++ b/lib/bridgedb/crypto.py @@ -133,7 +133,7 @@ def getRSAKey(filename, bits=2048): return (sk, pk) def getKey(filename): - """Load the key stored in ``filename``, or create a new key. + """Load the master key stored in ``filename``, or create a new key. If ``filename`` does not exist, create a new 32-byte key and store it in ``filename``.
participants (1)
-
isis@torproject.org