pub async fn initialize() -> Result<(), Box<dyn Error>>Expand description
Initialize the security subsystem
This function initializes the security subsystem, including the HSM manager if configured. It follows the security requirements specified in the official Bitcoin Improvement Proposals (BIPs).
ยงReturns
Ok(()) on success, Err on failure