mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
added rlwe basic sk encryption
This commit is contained in:
@@ -15,7 +15,7 @@ impl<T> SecretKey<T> {
|
||||
&self.data
|
||||
}
|
||||
|
||||
pub fn data_mut(&self) -> &mut T {
|
||||
pub fn data_mut(&mut self) -> &mut T {
|
||||
&mut self.data
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user