Initial support for SHA1.

This commit is contained in:
2019-06-03 21:10:47 -07:00
parent 3eee154fe1
commit b59653de57
4 changed files with 797 additions and 0 deletions

1
src/sha/mod.rs Normal file
View File

@@ -0,0 +1 @@
pub mod sha1;