7 lines
245 B
Go
7 lines
245 B
Go
// Package sha256 is taken from github.com/minio/sha256-simd, implementing,
|
|
// where available, an accelerated SIMD implementation of sha256.
|
|
//
|
|
// This package should be updated against the upstream version from time to
|
|
// time.
|
|
package sha256
|