sha1: bump sha1-asm to v0.5#289
Conversation
30d358d to
cc5c6cd
Compare
|
Tested locally on an M1 Mac Mini: |
cc5c6cd to
1fb79e9
Compare
1fb79e9 to
9f4b884
Compare
|
Thank you sooo much, this is an absolute game changer on M1 which was previously hampered by a slow Sha1 at least compared to what Now verifying a 1.4GB highly compressed kernel pack takes just 17s, whereas git does the same in 37s. Program Runs |
|
When building on windows, I am seeing this error (here the link to the ephemeral logs): For now I am trying to fix it by not using |
|
@newpavlov Thanks a lot, I am now subscribed. Maybe on another note: Unfortunately, without a solution, windows builds break due and right now the only way this works is to not use the |
|
@Byron |
|
Fantastic, I will keep the |
|
@Byron huh, that's really odd. We test on Windows targets, and don't use https://github.com/RustCrypto/hashes/blob/dd9086a/.github/workflows/sha1.yml#L99-L121 It seems like one of your other dependencies may have been activating the |
|
Aah hmm, maybe we should test MSVC without ASM as well, or attempt to. |
|
And maybe |
cc @Byron