mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
wip on extended br + bug fixing
This commit is contained in:
@@ -109,7 +109,7 @@ impl<D: From<Vec<u8>>> ScalarZnx<D> {
|
||||
}
|
||||
|
||||
pub fn new(n: usize, cols: usize) -> Self {
|
||||
let data = alloc_aligned::<u8>(Self::bytes_of(n, cols));
|
||||
let data: Vec<u8> = alloc_aligned::<u8>(Self::bytes_of(n, cols));
|
||||
Self {
|
||||
data: data.into(),
|
||||
n,
|
||||
|
||||
Reference in New Issue
Block a user