[package]
name = "addresshashing"
version = "0.1.0"
authors = ["silene0259,Yugensource"]
edition = "2024"
description = "A Rust library for hashing addresses using the Blake2 algorithm"
license = "MIT"
categories = ["cryptography"]
keywords = ["decentralized", "address", "hashing", "blake2", "cryptography"]
[dependencies]
blake2 = "0.10.6"
digest = "0.10.7"