[package] name = "pallas-crypto" description = "Cryptographic primitives for Cardano" version = "0.11.0-alpha.2" 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 " ] [dependencies] hex = "0.4" cryptoxide = { version = "0.4.1" } thiserror = "1.0" rand_core = "0.6" pallas-codec = { version = "0.11.0-alpha.0", path = "../pallas-codec" } [dev-dependencies] quickcheck = "1.0" quickcheck_macros = "1.0" rand = "0.8"