addresshashing 0.1.0

A Rust library for hashing addresses using the Blake2 algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"