replaced referecnes to pycryptopp AES with own wrapper

This commit is contained in:
heartsucker
2019-05-16 14:32:39 +02:00
committed by meejah
parent 1dff7f93bd
commit 008825b0fd
8 changed files with 14 additions and 15 deletions

View File

@ -6,6 +6,7 @@ from twisted.internet import defer
from foolscap.api import fireEventually
import json
from allmydata.crypto.aes import AES
from allmydata.deep_stats import DeepStats
from allmydata.mutable.common import NotWriteableError
from allmydata.mutable.filenode import MutableFileNode
@ -22,7 +23,6 @@ from allmydata.util.assertutil import precondition
from allmydata.util.netstring import netstring, split_netstring
from allmydata.util.consumer import download_to_data
from allmydata.uri import wrap_dirnode_cap
from pycryptopp.cipher.aes import AES
from allmydata.util.dictutil import AuxValueDict
from eliot import (