~vomun-developers/anonplus/vomun-trunk

« back to all changes in this revision

Viewing changes to src/libs/encryption/rsa.py

  • Committer: AJ00200
  • Date: 2011-11-19 02:36:38 UTC
  • Revision ID: git-v1:b1829d4d53b0b7b8a3ae42d2a72c4cc9399d479d
Load keys on startup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
        return keys[hash].exportKey()
101
101
    else:
102
102
        return keys[hash].publickey().exportKey()
 
103
 
 
104
## Get ready
 
105
load_keys()
 
 
b'\\ No newline at end of file'