mirror of https://github.com/go-gitea/gitea.git
Go 1.21 improved the performance of `crypto/sha256`. It's now similar to `minio/sha256-simd`, so we should just use the standard libs. https://go.dev/doc/go1.21#crypto/sha256 https://go-review.googlesource.com/c/go/+/408795 https://github.com/multiformats/go-multihash/pull/173 |
||
|---|---|---|
| .. | ||
| argon2.go | ||
| bcrypt.go | ||
| common.go | ||
| dummy.go | ||
| dummy_test.go | ||
| hash.go | ||
| hash_test.go | ||
| pbkdf2.go | ||
| scrypt.go | ||
| setting.go | ||
| setting_test.go | ||