File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,19 +173,19 @@ def __init__(
173
173
self .authentication = authentication
174
174
self .allowed = allowed
175
175
176
- # Encryption Suite Legacy Compatibility
176
+ # Encryption Values
177
177
self .encryption_algorithm = self .encryption .algorithm
178
178
self .encryption_mode = self .encryption .mode
179
179
self .data_key_len = self .encryption .data_key_length
180
180
self .iv_len = self .encryption .iv_length
181
181
self .auth_key_len = self .encryption .auth_key_length
182
182
self .auth_len = self .tag_len = self .encryption .auth_length
183
183
184
- # KDF Suite Legacy Compatibility
184
+ # KDF Values
185
185
self .kdf_type = self .kdf .algorithm
186
186
self .kdf_hash_type = self .kdf .hash_algorithm
187
187
188
- # Authentication Suite Legacy Compatibility
188
+ # Authentication Values
189
189
self .signing_algorithm_info = self .authentication .algorithm
190
190
self .signing_hash_type = self .authentication .hash_algorithm
191
191
self .signature_len = self .authentication .signature_length
You can’t perform that action at this time.
0 commit comments