Releases: pjbgf/sha1cd
Releases · pjbgf/sha1cd
v0.5.0
What's Changed
- Refactor arm64 implementation and drop use of AVO by @pjbgf in #192
- build: Decrease dependabot interval by @pjbgf in #193
- build(deps): Bump golang from
20a022eto14fd8a5by @dependabot[bot] in #194 - Reduce allocations per operation to zero by @pjbgf in #195
- build: Add bench execution by @pjbgf in #197
- Introduce SIMD for arm64 by @pjbgf in #198
- amd64: Add SHANI implementation by @pjbgf in #199
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
ARM64 native support for improved performance
- Arm64 implementation for UBC by @pjbgf in #184
- Implement
arm64native version by @pjbgf in #188 - build: Add GitHub arm64 runners to workflows by @pjbgf in #189
- arm64: Drop unused vregs by @pjbgf in #191
Misc
- Remove
crypto.RegisterHashcall by @pjbgf in #170 - Revert "Remove
crypto.RegisterHashcall" by @pjbgf in #190
Dependency bumps
- build(deps): Bump golang from
51a6466to8c10f21by @dependabot in #153 - build(deps): Bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in #151
- build(deps): Bump github/codeql-action from 3.28.1 to 3.28.5 by @dependabot in #152
- build(deps): Bump github/codeql-action from 3.28.5 to 3.28.8 by @dependabot in #154
- build(deps): Bump github/codeql-action from 3.28.8 to 3.28.9 by @dependabot in #155
- build(deps): Bump golang from
8c10f21to9271129by @dependabot in #156 - build(deps): Bump golang from 1.23 to 1.24 by @dependabot in #157
- build(deps): Bump github/codeql-action from 3.28.9 to 3.28.10 by @dependabot in #158
- build(deps): Bump github/codeql-action from 3.28.10 to 3.28.11 by @dependabot in #160
- build(deps): Bump golang from
2b1cbf2to3f74443by @dependabot in #159 - build(deps): Bump github/codeql-action from 3.28.11 to 3.28.12 by @dependabot in #161
- build(deps): Bump golang from
3f74443to52ff1b3by @dependabot in #163 - build(deps): Bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in #162
- build(deps): Bump github/codeql-action from 3.28.12 to 3.28.13 by @dependabot in #164
- build(deps): Bump github/codeql-action from 3.28.13 to 3.28.14 by @dependabot in #166
- build(deps): Bump golang from
52ff1b3to991aa6aby @dependabot in #165 - build(deps): Bump golang from
991aa6ato1ecc479by @dependabot in #168 - build(deps): Bump golang from 1.24@sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d to sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 by @dependabot in #169
- build(deps): Bump github/codeql-action from 3.28.14 to 3.28.15 by @dependabot in #167
- build(deps): Bump github/codeql-action from 3.28.15 to 3.28.16 by @dependabot in #171
- build(deps): Bump github/codeql-action from 3.28.16 to 3.28.17 by @dependabot in #173
- build(deps): Bump golang from
d9db321to30baaeaby @dependabot in #172 - build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in #174
- build(deps): Bump golang from
30baaeato39d9e7dby @dependabot in #175 - build(deps): Bump golang from
39d9e7dto86b4cffby @dependabot in #177 - build(deps): Bump github/codeql-action from 3.28.17 to 3.28.18 by @dependabot in #176
- build(deps): Bump golang from
86b4cffto4c0a181by @dependabot in #178 - build(deps): Bump golang from
4c0a181to81bf592by @dependabot in #179 - build(deps): Bump github/codeql-action from 3.28.18 to 3.28.19 by @dependabot in #180
- build(deps): Bump golang from
81bf592todb5d0afby @dependabot in #181 - build(deps): Bump github/codeql-action from 3.28.19 to 3.29.0 by @dependabot in #182
- build(deps): Bump golang from
db5d0afto10c1318by @dependabot in #183 - build(deps): Bump github/codeql-action from 3.29.0 to 3.29.1 by @dependabot in #185
- build(deps): Bump github/codeql-action from 3.29.1 to 3.29.2 by @dependabot in #187
- build(deps): Bump golang from
10c1318to20a022eby @dependabot in #186
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- build(deps): Bump golang from
a7f2fc9toad5c126by @dependabot in #134 - build(deps): Bump golang from
ad5c126to7ea4c9dby @dependabot in #146 - build(deps): Bump github/codeql-action from 3.28.0 to 3.28.1 by @dependabot in #147
- Move avo assembly generator to separate
asmmodule by @mmcloughlin in #149 - build(deps): Bump golang from
7ea4c9dto51a6466by @dependabot in #150
New Contributors
- @mmcloughlin made their first contribution in #149
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- build(deps): Bump github/codeql-action from 2.2.4 to 2.2.5 by @dependabot in #35
- build(deps): Bump golang from
2edf6aato52921e6by @dependabot in #36 - goasm: Add amd64 implementation for ubc by @pjbgf in #37
- build(deps): Bump github/codeql-action from 2.2.5 to 2.2.6 by @dependabot in #39
- build(deps): Bump golang from
52921e6to74a3829by @dependabot in #40 - build(deps): Bump github/codeql-action from 2.2.6 to 2.2.9 by @dependabot in #47
- build(deps): Bump golang from
74a3829to5990c4fby @dependabot in #42 - build(deps): Bump actions/setup-go from 3.5.0 to 4.0.0 by @dependabot in #41
- build(deps): Bump actions/checkout from 3.3.0 to 3.5.0 by @dependabot in #45
- build(deps): Bump github/codeql-action from 2.2.9 to 2.2.11 by @dependabot in #49
- build(deps): Bump golang from
5990c4fto23050c2by @dependabot in #48 - build(deps): Bump github/codeql-action from 2.2.11 to 2.2.12 by @dependabot in #50
- build(deps): Bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #51
- build(deps): Bump golang from
23050c2to403f486by @dependabot in #52 - build(deps): Bump github/codeql-action from 2.2.12 to 2.3.0 by @dependabot in #53
- build(deps): Bump github/codeql-action from 2.3.0 to 2.3.2 by @dependabot in #54
- build(deps): Bump github/codeql-action from 2.3.2 to 2.3.3 by @dependabot in #55
- build(deps): Bump golang from
403f486to31a8f92by @dependabot in #56 - build(deps): Bump golang from
31a8f92to685a22eby @dependabot in #57 - build(deps): Bump actions/setup-go from 4.0.0 to 4.0.1 by @dependabot in #58
- build(deps): Bump github/codeql-action from 2.3.3 to 2.3.5 by @dependabot in #60
- build(deps): Bump golang from
685a22eto690e413by @dependabot in #59 - build(deps): Bump github/codeql-action from 2.3.5 to 2.3.6 by @dependabot in #61
- build(deps): Bump golang from
690e413to4b1fc02by @dependabot in #64 - build(deps): Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #63
- build(deps): Bump github/codeql-action from 2.3.6 to 2.13.4 by @dependabot in #62
- Bump dependencies by @pjbgf in #66
- build(deps): Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #67
- build(deps): Bump golang from 1.20 to 1.21 by @dependabot in #68
- build(deps): Bump golang from
ec457a2tob490ae1by @dependabot in #69 - build(deps): Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #70
- Update LICENSE by @pjbgf in #71
- build(deps): Bump golang from
b490ae1tod2aad22by @dependabot in #72 - build(deps): Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #73
- build(deps): Bump golang from
d2aad22tocffaba7by @dependabot in #74 - Bump Go to 1.21 by @pjbgf in #77
- build(deps): Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #76
- build(deps): Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #78
- build(deps): Bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #79
- Bump github.com/mmcloughlin/avo v0.6.0 by @pjbgf in #81
- build(deps): Bump golang from 1.21 to 1.22 by @dependabot in #82
- build(deps): Bump golang from
ef61a20to7b297d9by @dependabot in #83 - build(deps): Bump golang from
7b297d9to34ce21aby @dependabot in #84 - build(deps): Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #85
- build(deps): Bump golang from
34ce21ato0b55ab8by @dependabot in #86 - build(deps): Bump golang from
0b55ab8toc4fb952by @dependabot in #88 - build(deps): Bump golang from
c4fb952to450e382by @dependabot in #89 - build(deps): Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #90
- Bump dependencies, Go and some house-keep by @pjbgf in #91
- build(deps): Bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #93
- build(deps): Bump golang from
450e382tod5302d4by @dependabot in #92 - build(deps): Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #94
- build(deps): Bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #95
- build(deps): Bump golang from
d5302d4tob1e05e2by @dependabot in #96 - build(deps): Bump github/codeql-action from 2.13.4 to 3.25.5 by @dependabot in #99
- build(deps): Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #98
- build(deps): Bump golang from
b1e05e2tof43c6f0by @dependabot in #97 - build(deps): Bump github/codeql-action from 3.25.5 to 3.25.6 by @dependabot in #100
- build(deps): Bump github/codeql-action from 3.25.6 to 3.25.8 by @dependabot in #102
- build(deps): Bump golang from
f43c6f0to969349bby @dependabot in #103 - build(deps): Bump golang from
969349btoc2010b9by @dependabot in #106 - build(deps): Bump github/codeql-action from 3.25.8 to 3.25.10 by @dependabot in #105
- build(deps): Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #104
- build(deps): Bump golang from
c2010b9toa66eda6by @dependabot in #107 - build(deps): Bump github/codeql-action from 3.25.10 to 3.25.11 by @dependabot in #108
- build(deps): Bump golang from
a66eda6tofcae9e0by @dependabot in #109 - build(deps): Bump golang from
fcae9e0to829eff9by @dependabot in #110 - build(deps): Bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #111
- build(deps): Bump github/codeql-action from 3.25.11 to 3.25.12 by @dependabot in #112
- build(deps): Bump github/codeql-action from 3.25.12 to 3.25.13 by @dependabot in #113
- build(deps): Bump golang from
829eff9to86a3c48by @dependabot in #114 - build(deps): Bump github/codeql-action from 3.25.13 to 3.25.15 by @dependabot in #115
- build(deps): Bump github/codeql-action from 3.25.15 to 3.26.0 by @dependabot in #116
- build(deps): Bump golang from
86a3c48to2bd56f0by @dependabot in #117 - build(deps): Bump golang from 1.22 to 1.23 by @dependabot in #119
- build(deps): Bump github/codeql-action from 3.26.0 to 3.26.2 by @dependabot in #118
- build(deps): Bump github/codeql-action from 3.26.2 to 3.26.5 by @dependabot in #120
- build(deps): Bump github/codeql-action from 3.26.5 to 3.26.6 by @dependabot in #121
- build(deps): Bump golang from
613a108to4a3c2bcby @dependabot in #122 - build(deps): Bump golang from
4a3c2bcto2fe82a3by @dependabot in #123 - build(deps): Bump github/codeql-action from 3.26.6 to 3.26.7 by @dependabot in #124
- build(deps): Bump github/codeql-action from 3.26.7 to 3.26.8 by @dependabot in #125
- build(deps): Bump github/codeql-action from 3.26.8 to 3.26.9 by @dependabot in #128
- build(deps): Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #127
- build(deps): Bump golang from
2fe82a3to4f063a2by @dependabot in #126 - build(deps): Bump github/codeql-action from 3.26.9 to 3.26.11 by @dependabot in #129
- build(deps): Bump golang from
4f063a2toadee809by @dependabot in https://github.com/pjbgf/sha1c...
v0.3.0
What's Changed
- optimisation: decrease allocations in both purego and cgo versions by @pjbgf in #26
- go: Refactor for clarity and performance by @pjbgf in #34
- goasm: Implement amd64 optimised code by @pjbgf in #28
- Add LICENSE file by @pjbgf in #14
Dependency Bumps
- build(deps): Bump actions/setup-go from 3.3.1 to 3.4.0 by @dependabot in #12
- build(deps): Bump github/codeql-action from 2.1.33 to 2.1.35 by @dependabot in #11
- build(deps): Bump github/codeql-action from 2.1.35 to 2.1.36 by @dependabot in #16
- build(deps): Bump golang from
dc76ef0to04f76f9by @dependabot in #17 - build(deps): Bump golang from
04f76f9to54184d6by @dependabot in #21 - build(deps): Bump github/codeql-action from 2.1.36 to 2.1.37 by @dependabot in #20
- build(deps): Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #19
- build(deps): Bump actions/setup-go from 3.4.0 to 3.5.0 by @dependabot in #18
- build(deps): Bump golang from
54184d6to660f138by @dependabot in #22 - build(deps): Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #23
- build(deps): Bump golang from
660f138tobb9811fby @dependabot in #25 - build(deps): Bump github/codeql-action from 2.1.37 to 2.1.38 by @dependabot in #24
- build(deps): Bump github/codeql-action from 2.1.38 to 2.1.39 by @dependabot in #27
- build(deps): Bump github/codeql-action from 2.1.39 to 2.2.1 by @dependabot in #29
- build(deps): Bump golang from 1.19 to 1.20 by @dependabot in #30
- build(deps): Bump golang from
9be8859to63c5d64by @dependabot in #32 - build(deps): Bump github/codeql-action from 2.2.1 to 2.2.4 by @dependabot in #31
- build(deps): Bump golang from
63c5d64to2edf6aaby @dependabot in #33
Full Changelog: v0.2.3...v0.3.0