You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/util
KN4CK3R f79c9e817a
Use `crypto/sha256` (#29386)
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
12 months ago
..
filebuffer Add `io.Closer` guidelines (#29387) 12 months ago
rotatingfilewriter
color.go
color_test.go
error.go
file_unix.go
file_unix_test.go
file_windows.go
io.go
io_test.go
keypair.go Use `crypto/sha256` (#29386) 12 months ago
keypair_test.go Use `crypto/sha256` (#29386) 12 months ago
legacy.go
legacy_test.go
pack.go
pack_test.go
paginate.go
paginate_test.go
path.go Upgrade to golangci-lint@v1.55.0 (#27756) 1 year ago
path_test.go
remove.go
sanitize.go
sanitize_test.go
sec_to_time.go
sec_to_time_test.go
shellquote.go
shellquote_test.go
slice.go Fix some RPM registry flaws (#28782) 1 year ago
slice_test.go
string.go Add option to disable ambiguous unicode characters detection (#28454) 1 year ago
string_test.go
timer.go
timer_test.go
truncate.go
truncate_test.go
url.go Add `RemoteAddress` to mirrors (#26952) 1 year ago
util.go Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) 12 months ago
util_test.go Refactor JWT secret generating & decoding code (#29172) 1 year ago