dlccryptlib-py 2.0.1

Python-wrapped library for working with DLC's with adaptor signatures (Discrete Log Contracts), by Cadena Bitcoin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "dlccryptlib-py"
version = "2.0.1"
edition = "2021"
description = "Python-wrapped library for working with DLC's with adaptor signatures (Discrete Log Contracts), by Cadena Bitcoin"
license = "MIT"

[lib]
name = "dlccryptlib_py"

[dependencies]
dlccryptlib = "2.0.1"
#dlccryptlib = { path = "../" }
pyo3 = { version = "0.23.1" }