Versions in this module Expand all Collapse all v0 v0.2.0 May 28, 2026 Changes in this version + type Algorithm int + const BLAKE2B + const CRC + const MD5 + const NONE + const SHA1 + const SHA224 + const SHA256 + const SHA384 + const SHA512 + func (a *Algorithm) Set(value string) error + func (a Algorithm) Size() int + func (a Algorithm) String() string + func (a Algorithm) Type() string + type BadLineFormatError string + func (e BadLineFormatError) Error() string + type CKSum struct + func New() CKSum + func (c CKSum) Algorithm(algorithm Algorithm) CKSum + func (c CKSum) Check(check bool) CKSum + func (c CKSum) Files(f ...string) CKSum + func (c CKSum) FromArgs(command string, args []string, opts ...unix.ShellContextOption) (CKSum, error) + func (c CKSum) IgnoreMissing(ignoreMissing bool) CKSum + func (c CKSum) Parallel(limit uint) CKSum + func (c CKSum) Quiet(quiet bool) CKSum + func (c CKSum) Run(ctx context.Context, stdio unix.StandardIO) error + func (c CKSum) SetDebug(debug bool) CKSum + func (c CKSum) Status(status bool) CKSum + func (c CKSum) Untagged(untagged bool) CKSum