Documentation
¶
Index ¶
Constants ¶
View Source
const DEFAULT_HASHING_ALGORITHM = "BLAKE3"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct {
Algorithm string `json:"algorithm"` // Hashing algorithm name (e.g., "SHA256", "BLAKE3")
Bits uint32 `json:"bits"`
}
func LookupDefaultConfiguration ¶
func LookupDefaultConfiguration(algorithm string) (*Configuration, error)
func NewDefaultConfiguration ¶
func NewDefaultConfiguration() *Configuration
Click to show internal directories.
Click to hide internal directories.