mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-08-09 15:33:38 +00:00
chore: expose Risc0 backend
This commit is contained in:
parent
ff608af82a
commit
f39cc8b2a3
@ -13,6 +13,8 @@ pub(crate) mod aarch64_sha3;
|
|||||||
))]
|
))]
|
||||||
pub(crate) mod simd;
|
pub(crate) mod simd;
|
||||||
pub(crate) mod soft;
|
pub(crate) mod soft;
|
||||||
|
#[cfg(target_os = "zkvm")]
|
||||||
|
pub(crate) mod risc0;
|
||||||
|
|
||||||
/// Trait used to define a closure which operates over Keccak backends.
|
/// Trait used to define a closure which operates over Keccak backends.
|
||||||
pub trait BackendClosure {
|
pub trait BackendClosure {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user