mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +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
|