1// SPDX-License-Identifier: ISC
2// Copyright (c) 2014-2020 Bitmark Inc.
3// Use of this source code is governed by an ISC
4// license that can be found in the LICENSE file.
5
6// Package blockdigest - implementation block header hashing
7//
8// using a memory intensive argon2-d algorithm
9package blockdigest
10