File: doc.go

package info (click to toggle)
golang-github-btcsuite-btcd-chaincfg-chainhash 0.0%2Bgit20250820.0.e8097a1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: sh: 24; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (3)
1
2
3
4
5
// 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