File: doc.go

package info (click to toggle)
golang-github-btcsuite-btcd-chaincfg-chainhash 0.0%2Bgit20161209.0.7a4cc89-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 84 kB
  • sloc: makefile: 2
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