mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
Add FheUint from Vec<GLWE>
This commit is contained in:
@@ -207,7 +207,10 @@ pub trait GLWEToMut {
|
||||
fn to_mut(&mut self) -> GLWE<&mut [u8]>;
|
||||
}
|
||||
|
||||
impl<D: DataMut> GLWEToMut for GLWE<D> {
|
||||
impl<D: DataMut> GLWEToMut for GLWE<D>
|
||||
where
|
||||
Self: GLWEToRef,
|
||||
{
|
||||
fn to_mut(&mut self) -> GLWE<&mut [u8]> {
|
||||
GLWE {
|
||||
k: self.k,
|
||||
|
||||
Reference in New Issue
Block a user