diff options
| -rw-r--r-- | merkle.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import ( "golang.org/x/crypto/sha3" ) -const hashSize int64 = 32 +var hashSize = int64(sha3.New256().Size()) type Merkle interface { Build() []byte |
![]() |
index : pos | |
| [no description] | gitolite user |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | merkle.go | 2 |
@@ -7,7 +7,7 @@ import ( "golang.org/x/crypto/sha3" ) -const hashSize int64 = 32 +var hashSize = int64(sha3.New256().Size()) type Merkle interface { Build() []byte |