mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
Typo
This commit is contained in:
@@ -202,7 +202,7 @@ impl<D: DataMut> GGLWEToMut for GLWEAutomorphismKey<D> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<D: DataMut> GGLWEToRef for GLWEAutomorphismKey<D> {
|
impl<D: DataRef> GGLWEToRef for GLWEAutomorphismKey<D> {
|
||||||
fn to_ref(&self) -> GGLWE<&[u8]> {
|
fn to_ref(&self) -> GGLWE<&[u8]> {
|
||||||
self.key.to_ref()
|
self.key.to_ref()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user