Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HashingAlgo ¶
type HashingAlgo int
const ( SHA256 HashingAlgo = iota BLAKE3 XXH64 )
func ParseHashingAlgo ¶
func ParseHashingAlgo(s string) (HashingAlgo, error)
func (HashingAlgo) String ¶
func (h HashingAlgo) String() string
Click to show internal directories.
Click to hide internal directories.