You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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
|
|
|