Crates.io | sha |
lib.rs | sha |
version | 1.0.3 |
source | src |
created_at | 2015-03-08 04:01:47.808447 |
updated_at | 2019-05-09 01:47:15.175871 |
description | Rust Secure Hash Algorithm (SHA) Library. |
homepage | https://andydude.github.io/rust-sha/sha/index.html |
repository | https://github.com/andydude/rust-sha/ |
max_upload_size | |
id | 1533 |
size | 132,453 |
Rust Secure Hash Algorithm (SHA) Intrinsics Library
Intel claims that SHA-1 and SHA-256 instruction set extensions (collectively known as the SHA Extensions) are due to be included in Skylake sometime in 2015, and ARM has almost no documentation on the subject, so until more information is available, the hardware accelerated versions are disabled by default.
If by chance you are running this code on a newer ARM or x86 with these instructions available, and their specifications have not changed, then you will have to manually uncomment the "//pub mod x86;" in mod.rs yourself.
Good luck.