feat: add eth-address

This commit is contained in:
2025-06-25 00:34:06 +08:00
parent 9982409535
commit c966ad621d
4 changed files with 487 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "eth-address"
version = "0.1.0"
edition = "2024"
[dependencies]
hex = "0.4.3"
keccak-hash = "0.11.0"
num_cpus = "1.17.0"
rand = "0.9.1"
secp256k1 = { version = "0.31.1", features = ["rand"] }