1 // Package chainhash provides abstracted hash functionality. 2 // 3 // This package provides a generic hash type and associated functions that 4 // allows the specific hash algorithm to be abstracted. 5 package chainhash 6