sha

Crates.iosha
lib.rssha
version1.0.3
sourcesrc
created_at2015-03-08 04:01:47.808447
updated_at2019-05-09 01:47:15.175871
descriptionRust Secure Hash Algorithm (SHA) Library.
homepagehttps://andydude.github.io/rust-sha/sha/index.html
repositoryhttps://github.com/andydude/rust-sha/
max_upload_size
id1533
size132,453
Andrew Robbins (andydude)

documentation

README

rust-sha

Rust Secure Hash Algorithm (SHA) Intrinsics Library

Introduction

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.

Conclusion

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.

Commit count: 34

cargo fmt