chore: expose Risc0 backend

This commit is contained in:
agureev 2026-06-19 20:08:22 +04:00
parent ff608af82a
commit f39cc8b2a3

View File

@ -13,6 +13,8 @@ pub(crate) mod aarch64_sha3;
))]
pub(crate) mod simd;
pub(crate) mod soft;
#[cfg(target_os = "zkvm")]
pub(crate) mod risc0;
/// Trait used to define a closure which operates over Keccak backends.
pub trait BackendClosure {