Files
2019-02-14 18:56:16 +00:00

6 lines
213 B
Go

// Package chainhash provides abstracted hash functionality.
//
// This package provides a generic hash type and associated functions that
// allows the specific hash algorithm to be abstracted.
package chainhash