sha512sum

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2021 License: MIT-0 Imports: 4 Imported by: 0

Documentation

Overview

compute and check SHA512 message digest.

SYNOPSIS

sha512sum [-bct] [FILE ...]

DESCRIPTION

sha512sum prints or checks SHA512 checksums. If no file is given in the operands, read standard input.

SEE ALSO

tbd

REFERENCES

https://linux.die.net/man/1/sha512sum

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	Binary bool
	Check  bool
	Text   bool
}

func (*Options) Sha512sum

func (opt *Options) Sha512sum(operands []string) error

Sha512sum ...

type Opts

type Opts func(*Options)

func Binary

func Binary(binary bool) Opts

func Check

func Check(check bool) Opts

func Text

func Text(text bool) Opts

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL