Documentation ¶ Index ¶ func SHA256(reader io.Reader) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SHA256 ¶ func SHA256(reader io.Reader) (string, error) SHA256 reads all content from reader and returns its lowercase SHA256 digest. Buffers are pooled so locking snapshots with many files does not allocate one large copy buffer per file. Types ¶ This section is empty. Source Files ¶ View all Source files filehash.go Click to show internal directories. Click to hide internal directories.