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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.