mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00: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
|