mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
swarm/storage/encryption: address review comments
This commit is contained in:
parent
855c1247c1
commit
dc086a4f7c
2 changed files with 7 additions and 8 deletions
File diff suppressed because one or more lines are too long
|
|
@ -31,7 +31,6 @@ type hasherStore struct {
|
||||||
toEncrypt bool
|
toEncrypt bool
|
||||||
hashFunc SwarmHasher
|
hashFunc SwarmHasher
|
||||||
hashSize int // content hash size
|
hashSize int // content hash size
|
||||||
chunkSize int64 // max size of chunk
|
|
||||||
refSize int64 // reference size (content hash + possibly encryption key)
|
refSize int64 // reference size (content hash + possibly encryption key)
|
||||||
wg *sync.WaitGroup
|
wg *sync.WaitGroup
|
||||||
closed chan struct{}
|
closed chan struct{}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue