forked fromsybrenstuvel/python-rsa
- Notifications
You must be signed in to change notification settings - Fork0
Commiteb6ddb6
Fixsybrenstuvel#173: unpickling doesn't restore full object
When a `PrivateKey` or `PublicKey` is unpickled `AbstractKey.__init__()`should be called so `self.mutex` and `self.blindfac` are created.1 parent758562f commiteb6ddb6
2 files changed
+7
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
| 254 | + | |
254 | 255 |
| |
255 | 256 |
| |
256 | 257 |
| |
| |||
426 | 427 |
| |
427 | 428 |
| |
428 | 429 |
| |
| 430 | + | |
429 | 431 |
| |
430 | 432 |
| |
431 | 433 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
| 206 | + | |
| 207 | + | |
| 208 | + | |
206 | 209 |
| |
207 | 210 |
| |
208 | 211 |
| |
209 | 212 |
| |
210 | 213 |
| |
211 | 214 |
| |
212 | 215 |
| |
| 216 | + | |
| 217 | + |
0 commit comments
Comments
(0)