committed by
Greg Fitzgerald
parent
73ae3c3301
commit
30f0c25b65
@@ -66,6 +66,7 @@ fn batch_size(batches: &[SharedPackets]) -> usize {
|
||||
.sum()
|
||||
}
|
||||
|
||||
#[cfg_attr(feature = "cargo-clippy", allow(ptr_arg))]
|
||||
#[cfg(not(feature = "cuda"))]
|
||||
pub fn ed25519_verify(batches: &Vec<SharedPackets>) -> Vec<Vec<u8>> {
|
||||
use rayon::prelude::*;
|
||||
|
Reference in New Issue
Block a user