Implementation of SHA256.

This commit is contained in:
Sean Bowe
2018-03-15 13:08:12 -06:00
parent 75c5269d3b
commit ac13cb05bc
4 changed files with 422 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"
[dev-dependencies]
hex-literal = "0.1"
rust-crypto = "0.2"
[features]
default = ["u128-support"]