Documentation
¶
Index ¶
- type Client
- func (c *Client) Hash(h hash.Hash, r io.Reader) (string, error)
- func (c *Client) Md5(r io.Reader) (string, error)
- func (c *Client) Sha1(r io.Reader) (string, error)
- func (c *Client) Sha224(r io.Reader) (string, error)
- func (c *Client) Sha256(r io.Reader) (string, error)
- func (c *Client) Sha384(r io.Reader) (string, error)
- func (c *Client) Sha512(r io.Reader) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client can be initialized with an io.Writer to track progress. When it is set, an io.MultiWriter will be used to write to it.
Click to show internal directories.
Click to hide internal directories.