2016-07-22 20:15:38 +02:00
|
|
|
// Copyright 2016 The Go Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2016-08-06 02:36:33 +02:00
|
|
|
// -build !amd64,!386,!s390x
|
2016-07-22 20:15:38 +02:00
|
|
|
|
|
|
|
package sha256
|
|
|
|
|
|
|
|
var block = blockGeneric
|