You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/keyfile.rs
+4-5
Original file line number
Diff line number
Diff line change
@@ -522,12 +522,11 @@ impl Keyfile {
522
522
self.__str__(py)
523
523
}
524
524
525
-
// TODO (devs): rust creates the same function automatically by `keypair` getter function and the error accuses. We need to understand how to avoid this.
526
525
/// Returns the keypair from path, decrypts data if the file is encrypted.
0 commit comments