projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a6bdad
)
filetable_new: import py_ecc, make the tests get a little bit further
author
Brian Warner
<warner@lothar.com>
Tue, 2 Jan 2007 06:44:12 +0000
(23:44 -0700)
committer
Brian Warner
<warner@lothar.com>
Tue, 2 Jan 2007 06:44:12 +0000
(23:44 -0700)
src/allmydata/encode_new.py
patch
|
blob
|
history
diff --git
a/src/allmydata/encode_new.py
b/src/allmydata/encode_new.py
index eb6172d27235cae9d9ca0dda593a1203e60c3432..b7cab187361c4d8915efbbdddd0523be55aae3b4 100644
(file)
--- a/
src/allmydata/encode_new.py
+++ b/
src/allmydata/encode_new.py
@@
-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()