BP-WG / bp-std

Modern & lightweight implementation of bitcoin standards without rust-bitcoin/miniscript dependencies
Apache License 2.0
16 stars 17 forks source link

add methods for deterministic entropy #19

Closed zoedberg closed 6 months ago

zoedberg commented 7 months ago

This PR adds 2 methods, dbc_commit_deterministic and mpc_commit_deterministic, needed for the rgb_commit_deterministic method that I've added in rgb (see https://github.com/RGB-WG/rgb/pull/122)

Related:

zoedberg commented 6 months ago

I'm sorry, I didn't notice the mpc_entropy proprietary key, I now tried it and it works fine, good work, thank you. I'm going to close this PR