Commit a589147d authored by acud's avatar acud Committed by GitHub

swarm: add address hash size (#225)

parent 83d58acd
...@@ -16,6 +16,7 @@ const ( ...@@ -16,6 +16,7 @@ const (
SectionSize = 32 SectionSize = 32
Branches = 128 Branches = 128
ChunkSize = SectionSize * Branches ChunkSize = SectionSize * Branches
HashSize = 32
MaxPO = 16 MaxPO = 16
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment