lib: expose random module

This is motivated by the GUI needing to generate a salt and
password for RPC user/password authentication to the
managed bitcoind.
This commit is contained in:
jp1ac4 2024-02-28 19:18:45 +00:00
parent 7801fc779c
commit daf60264d1
No known key found for this signature in database
GPG Key ID: A7ACD32423568D7B

View File

@ -7,7 +7,7 @@ mod database;
pub mod descriptors;
#[cfg(feature = "daemon")]
mod jsonrpc;
mod random;
pub mod random;
pub mod signer;
pub mod spend;
#[cfg(test)]