DSA.py tidbit
Larry Bugbee <[email protected]>
| Newsgroups | gmane.comp.python.cryptography |
|---|---|
| Message-ID | <[email protected]> |
May I suggest the following changes to save_key() and save_params()
in DSA.py until implemented?
def save_key(self, file, callback=util.passphrase_callback):
print 'DSA.save_key() not yet implemented'
pass
def save_params(self, file):
print 'DSA.save_params() not yet implemented'
pass
Tx,
Larry