[package] name = "pallas-crypto" description = "Cryptographic primitives for Cardano" version = "0.31.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-crypto" license = "Apache-2.0" readme = "README.md" authors = ["Nicolas Di Prima ", "Andrew Westberg "] [dependencies] hex = "0.4" cryptoxide = { version = "0.4.4" } thiserror = "1.0" rand_core = "0.6" pallas-codec = { version = "=0.31.0", path = "../pallas-codec" } serde = "1.0.143" zeroize = "1.8.1" [dev-dependencies] itertools = "0.13" quickcheck = "1.0" quickcheck_macros = "1.0" rand = "0.8" serde_test = "1.0.143"