예제 #1
0
 def __init__(self, blob_hash, blob_num, length, iv):
     BlobInfo.__init__(self, blob_hash, blob_num, length)
     self.iv = iv
예제 #2
0
 def __init__(self, blob_hash, length, reference, peer, peer_score):
     BlobInfo.__init__(self, blob_hash, blob_hash, length)
     self.reference = reference
     self.peer = peer
     self.peer_score = peer_score
예제 #3
0
파일: CryptBlob.py 프로젝트: zhilinwww/lbry
 def __init__(self, blob_hash, blob_num, length, iv):
     BlobInfo.__init__(self, blob_hash, blob_num, length)
     self.iv = iv