mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-31 00:09:51 +00:00
* Add functionality for etcd snapshot/restore to and from S3 compatible backends. * Update etcd restore functionality to extract and write certificates and configs from snapshot.
7 lines
103 B
Go
7 lines
103 B
Go
//+build !noasm,!appengine
|
|
|
|
package sha256
|
|
|
|
//go:noescape
|
|
func blockSha(h *[8]uint32, message []uint8)
|