mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-03-18 06:09:10 +00:00
* [NOD-176] Moved daghash from dagconfig to util * [NOD-176] Fixed order of includes with gofmt
6 lines
209 B
Go
6 lines
209 B
Go
// Package daghash provides abstracted hash functionality.
|
|
//
|
|
// This package provides a generic hash type and associated functions that
|
|
// allows the specific hash algorithm to be abstracted.
|
|
package daghash
|