This commit is contained in:
Jean-Philippe Bossuat
2025-10-24 15:07:04 +02:00
parent ce9aa52b90
commit 122bdce930

View File

@@ -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]> {
self.key.to_ref()
}