hash-lib 0.0.2

Hash Library (sasha, md5, sha1, sha256, sha512, blake3, blake2b, blake2s, ripemd160, whirlpool)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "hash-lib"

version = "0.0.2"

edition = "2021"

authors = ["Omer GOKSOY <goksoy.omer@gmail.com>"]

description = "Hash Library (sasha, md5, sha1, sha256, sha512, blake3, blake2b, blake2s, ripemd160, whirlpool)"

license = "MIT"

keywords = ["md5","sha","blake","ripemd160","whirlpool"]

rust-version ="1.66.1"



# See more keys and their definitions at rustc --version



[dependencies]

rust-crypto = "0.2.36"

blake3 = "1.3.3"