[package] name = "laron-crypto" version = "0.2.3" edition = "2021" license = "GPL-3.0-or-later" authors = ["Ade M Ramdani "] description = "Cryptography helper library" readme = "README.md" keywords = ["crypto", "ethereum", "k256", "elliptic_curve", "aes"] repository = "https://github.com/laron-tech/crypto" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] aes-gcm = "0.10.1" base32 = "0.4.0" constant_time_eq = "0.2.5" hex = "0.4.3" hmac = "0.12.1" k256 = "0.13.1" rand = "0.8.5" sha1 = "0.10.5" sha2 = "0.10.6" sha3 = "0.10.7"