Move the cryptographic hash to newly created pallas-crypto
This commit is contained in:
parent
9c4d41e711
commit
57d6791096
15 changed files with 309 additions and 71 deletions
19
pallas-crypto/Cargo.toml
Normal file
19
pallas-crypto/Cargo.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "pallas-crypto"
|
||||
description = "Cryptographic primitives for Cardano"
|
||||
version = "0.3.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 <nicolas@primetype.co.uk>"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
minicbor = { version = "0.12" }
|
||||
hex = "0.4"
|
||||
cryptoxide = { version = "0.3.6" }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue