This commit is contained in:
Pro7ech
2025-10-15 15:39:52 +02:00
parent 58bee4805e
commit 15ee02e21d
65 changed files with 927 additions and 922 deletions

View File

@@ -110,7 +110,7 @@ impl<D: DataRef> ZnxView for VecZnx<D> {
}
impl VecZnx<Vec<u8>> {
pub fn rsh_scratch_space(n: usize) -> usize {
pub fn rsh_tmp_bytes(n: usize) -> usize {
n * std::mem::size_of::<i64>()
}
}

View File

@@ -98,7 +98,7 @@ impl<D: DataRef> ZnxView for Zn<D> {
}
impl Zn<Vec<u8>> {
pub fn rsh_scratch_space(n: usize) -> usize {
pub fn rsh_tmp_bytes(n: usize) -> usize {
n * std::mem::size_of::<i64>()
}
}