File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,3 @@ pub(in crate::high_level_api) enum IntegerCompactPublicKeyVersions {
151
151
pub ( in crate :: high_level_api) enum IntegerCompressedCompactPublicKeyVersions {
152
152
V0 ( IntegerCompressedCompactPublicKey ) ,
153
153
}
154
-
155
- #[ derive( VersionsDispatch ) ]
156
- pub enum KeySwitchingKeyVersions {
157
- V0 ( KeySwitchingKey ) ,
158
- }
Original file line number Diff line number Diff line change 1
- use tfhe_versionable:: Versionize ;
2
-
3
- use crate :: backward_compatibility:: keys:: KeySwitchingKeyVersions ;
4
1
use crate :: high_level_api:: integers:: { FheIntId , FheUintId } ;
5
2
use crate :: integer:: BooleanBlock ;
6
3
use crate :: prelude:: FheKeyswitch ;
@@ -19,8 +16,6 @@ impl Display for IncompatibleParameters {
19
16
20
17
impl std:: error:: Error for IncompatibleParameters { }
21
18
22
- #[ derive( serde:: Deserialize , serde:: Serialize , Versionize ) ]
23
- #[ versionize( KeySwitchingKeyVersions ) ]
24
19
pub struct KeySwitchingKey {
25
20
key : crate :: integer:: key_switching_key:: KeySwitchingKey ,
26
21
}
You can’t perform that action at this time.
0 commit comments