Documentation ¶ Index ¶ type Contract Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Contract ¶ type Contract interface { // Derive converts data to an hash value. Derive(data []byte) []byte // Kind returns an implementation mnemonic. Kind() string } Contract defines the HashProvider abstraction. Source Files ¶ View all Source files contract.go Directories ¶ Show internal Expand all Path Synopsis md5 passthrough sha256 Click to show internal directories. Click to hide internal directories.