We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd237a commit b525de0Copy full SHA for b525de0
bmt/bmt_r.go
@@ -14,7 +14,7 @@
14
// You should have received a copy of the GNU Lesser General Public License
15
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
16
17
-// simple nonconcurrent reference implementation for hashsize segment based
+// Package bmt is a simple nonconcurrent reference implementation for hashsize segment based
18
// Binary Merkle tree hash on arbitrary but fixed maximum chunksize
19
//
20
// This implementation does not take advantage of any paralellisms and uses
0 commit comments