mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-23 14:40:44 +01:00
6 lines
213 B
Go
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
|