addresshashing 0.1.0

A Rust library for hashing addresses using the Blake2 algorithm
Documentation
[dependencies.blake2]
version = "0.10.6"

[dependencies.digest]
version = "0.10.7"

[lib]
name = "addresshashing"
path = "src/lib.rs"

[package]
authors = ["silene0259,Yugensource"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "A Rust library for hashing addresses using the Blake2 algorithm"
edition = "2024"
keywords = ["decentralized", "address", "hashing", "blake2", "cryptography"]
license = "MIT"
name = "addresshashing"
readme = false
version = "0.1.0"