dlccryptlib 0.3.2

Library for working with DLC's with adaptor signatures (Discrete Log Contracts), by Cadena Bitcoin
Documentation
[dependencies.bip39]
version = "2.1.0"

[dependencies.bitcoin]
version = "0.32.4"

[dependencies.secp256k1-sys]
version = "0.10.1"

[dependencies.secp256k1-zkp]
version = "0.11.0"

[features]
default = ["std"]
std = ["bitcoin/std", "secp256k1-zkp/rand-std"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "dlccryptlib"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for working with DLC's with adaptor signatures (Discrete Log Contracts), by Cadena Bitcoin"
edition = "2021"
license = "MIT"
name = "dlccryptlib"
readme = "README.md"
version = "0.3.2"