|
9d00fdac06
|
Use import_sorter
flutter pub run import_sorter:main --no-comments
The code feels much cleaner
|
2020-07-24 12:43:28 +02:00 |
|
|
1570daa412
|
keygen: Try generating the key in dart instead of using git_bindings
This seems to work rather decently, but I'm not ready to put it into
production until it is tested quite thoroughly on lots of different
platforms.
|
2020-05-18 01:23:18 +02:00 |
|
|
cfcb1d33ed
|
RsaKey: Add a method to generate the key in another isolate
This way we won't be blocking the main thread.
|
2020-05-03 15:39:39 +02:00 |
|
|
941a4c589a
|
RsaKeyPair: Make sure we parse public keys correctly
|
2020-05-03 15:15:44 +02:00 |
|
|
67bfb4b1da
|
RsaKeyPair: Try to parse ssh public key
Failed
|
2020-05-02 13:44:25 +02:00 |
|
|
e8343f1804
|
Add an RsaKeyPair class
It needs a bit more testing, but with this we should be able to drop the
dependency on openssh, and instead generate the key via dart.
|
2020-05-02 13:32:05 +02:00 |
|