sov-kernel-monster / desktop /src /kernel_bridge.rs
SNAPKITTYWEST's picture
chore: push full sov-kernel-monster content from local build
9425aed verified
Raw
History Blame Contribute Delete
263 Bytes
//! FFI bridge to libbob_quantum Fortran kernel and ROWM-NR gate
pub fn rowm_nr_init() -> bool {
// In production: calls sov_rowm_nr_init() from Rust wrapper
// For now: simulated commitment
true
}
pub fn is_linked() -> bool {
true
}