]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
filetable_new: import py_ecc, make the tests get a little bit further
authorBrian Warner <warner@lothar.com>
Tue, 2 Jan 2007 06:44:12 +0000 (23:44 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 2 Jan 2007 06:44:12 +0000 (23:44 -0700)
src/allmydata/encode_new.py

index eb6172d27235cae9d9ca0dda593a1203e60c3432..b7cab187361c4d8915efbbdddd0523be55aae3b4 100644 (file)
@@ -7,6 +7,7 @@ from Crypto.Cipher import AES
 import sha
 from allmydata.util import mathutil
 from allmydata.util.assertutil import _assert, precondition
+from allmydata.py_ecc import rs_code
 
 def hash(data):
     return sha.new(data).digest()