mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-29 18:13:17 +00:00
feat: use Risc0 backend in keccak implementation
This commit is contained in:
parent
f39cc8b2a3
commit
16ac194828
@ -71,6 +71,8 @@ impl Keccak {
|
||||
return f.call_once::<aarch64_sha3::Backend>()
|
||||
} else if #[cfg(keccak_backend = "soft")] {
|
||||
return f.call_once::<soft::Backend>()
|
||||
} else if #[cfg(target_os = "zkvm")] {
|
||||
return f.call_once::<risc0::Backend>()
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user