]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
key_generator: make default key size be a constructor argument instead of a class...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 22 Apr 2008 19:28:18 +0000 (12:28 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 22 Apr 2008 19:28:18 +0000 (12:28 -0700)
commit78829dcf0888613ee73f2ae473f534b22934c860
tree51b80934fd3b60e0045bb8adca104040a1e1d5c7
parent5fb895c021505ffa4340ab7125d3fa4082717188
key_generator: make default key size be a constructor argument instead of a class variable, pass default key size of 522 (the smallest that we can do) in unit tests to make them faster
src/allmydata/key_generator.py
src/allmydata/scripts/keygen.py
src/allmydata/test/test_keygen.py