swarm/storage/encryption: address review comments

This commit is contained in:
zelig 2018-09-07 10:04:59 +02:00
parent 855c1247c1
commit dc086a4f7c
2 changed files with 7 additions and 8 deletions

File diff suppressed because one or more lines are too long

View file

@ -31,7 +31,6 @@ type hasherStore struct {
toEncrypt bool
hashFunc SwarmHasher
hashSize int // content hash size
chunkSize int64 // max size of chunk
refSize int64 // reference size (content hash + possibly encryption key)
wg *sync.WaitGroup
closed chan struct{}