util/hashx: move from sha256x (#5388)

This commit is contained in:
Joe Tsai
2022-08-16 13:15:33 -07:00
committed by GitHub
parent f061d20c9d
commit 03f7e4e577
4 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ import (
"time"
"unsafe"
hashx "tailscale.com/util/sha256x"
"tailscale.com/util/hashx"
)
// There is much overlap between the theory of serialization and hashing.