#assembly #sha-1

no-std sha1-asm

Assembly implementation of SHA-1 compression function

13 releases

0.5.3 May 7, 2024
0.5.2 Aug 7, 2023
0.5.1 Jul 16, 2021
0.5.0 Feb 9, 2021
0.4.0 Jun 13, 2017

#2718 in Cryptography

Download history 43338/week @ 2024-08-21 54466/week @ 2024-08-28 52488/week @ 2024-09-04 19246/week @ 2024-09-11 15831/week @ 2024-09-18 19110/week @ 2024-09-25 18763/week @ 2024-10-02 20595/week @ 2024-10-09 20239/week @ 2024-10-16 19755/week @ 2024-10-23 20826/week @ 2024-10-30 18540/week @ 2024-11-06 18324/week @ 2024-11-13 17082/week @ 2024-11-20 20208/week @ 2024-11-27 15433/week @ 2024-12-04

74,361 downloads per month
Used in 145 crates (2 directly)

MIT license

30KB
636 lines

Assembly implementation of the SHA-1 compression function.

This crate is not intended for direct use, most users should prefer the sha-1 crate with enabled asm feature instead.

Only x86, x86-64, and AArch64 architectures are currently supported.

No runtime deps

~0–300KB