rust-bitcoin/rust-bitcoinconsensus

FFI functions are public

tcharding opened this issue · 2 comments

This crate basically wraps two FFI functions. We provide safe functions to call each of these two FFI functions but we still expose the FFI functions. Is there any reason that downstream folks may want to use the unsafe versions or can we make them private?

What the hell, here's a PR: #37

Closed after review, see #37