simple_hasher 1.0.1

Simple hashing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "simple_hasher"

version = "1.0.1"

authors = ["mrinfmag <mrinfmag@gmail.com>"]

edition = "2018"

description = "Simple hashing library"

repository = "https://github.com/mrinfmag/simple_hasher"

license-file = "LICENSE"

keywords = ["hash", "sha", "sha256", "sha384", "sha512"]

categories = ["cryptography"]

readme = "README.md"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

sha2 = "0.8.1"