Documentation ¶
Overview ¶
package hash provides a way for managing the underlying hash implementations used across go-git.
Index ¶
Constants ¶
View Source
const ( // CryptoType defines what hash algorithm is being used. CryptoType = crypto.SHA1 // Size defines the amount of bytes the hash yields. Size = 20 // HexSize defines the strings size of the hash when represented in hexadecimal. HexSize = 40 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.