remove sha256-simd

Signed-off-by: Jin Dong <djdongjin95@gmail.com>
This commit is contained in:
Jin Dong
2024-08-25 04:46:04 +00:00
parent 7b948faa08
commit 35b0292572
39 changed files with 0 additions and 6026 deletions

View File

@@ -17,21 +17,15 @@
package main
import (
"crypto"
"fmt"
"os"
"github.com/containerd/containerd/v2/cmd/ctr/app"
"github.com/containerd/containerd/v2/internal/hasher"
"github.com/urfave/cli/v2"
)
var pluginCmds = []*cli.Command{}
func init() {
crypto.RegisterHash(crypto.SHA256, hasher.NewSHA256)
}
func main() {
app := app.New()
app.Commands = append(app.Commands, pluginCmds...)