1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-25 20:55:47 +00:00
gitea/models/migrations
zeripath 1319ba6742
Use minio/sha256-simd for accelerated SHA256 (#23052)
minio/sha256-simd provides additional acceleration for SHA256 using
AVX512, SHA Extensions for x86 and ARM64 for ARM.

It provides a drop-in replacement for crypto/sha256 and if the
extensions are not available it falls back to standard crypto/sha256.

---------

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
2023-02-22 14:21:46 -05:00
..
base Use minio/sha256-simd for accelerated SHA256 (#23052) 2023-02-22 14:21:46 -05:00
fixtures Scoped labels (#22585) 2023-02-18 21:17:39 +02:00
v1_6 Update go dev dependencies (#22064) 2022-12-08 16:21:37 +08:00
v1_7 Update go dev dependencies (#22064) 2022-12-08 16:21:37 +08:00
v1_8 Update go dev dependencies (#22064) 2022-12-08 16:21:37 +08:00
v1_9 Update go dev dependencies (#22064) 2022-12-08 16:21:37 +08:00
v1_10 Add API management for issue/pull and comment attachments (#21783) 2022-12-09 14:35:56 +08:00
v1_11 Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
v1_12 Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
v1_13 Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
v1_14 Use minio/sha256-simd for accelerated SHA256 (#23052) 2023-02-22 14:21:46 -05:00
v1_15 Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
v1_16 Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
v1_17 Update go dev dependencies (#22064) 2022-12-08 16:21:37 +08:00
v1_18 Update go dev dependencies (#22064) 2022-12-08 16:21:37 +08:00
v1_19 Migration v244.go should be v243.go (#22988) 2023-02-19 09:24:23 -05:00
migrations.go Add comment marking the end of database migrations in 1.19.0 (#22975) 2023-02-20 10:30:36 +08:00