mirage / awa-ssh

Purely functional SSH library in ocaml.
ISC License
104 stars 12 forks source link

Add a test to ensure the isomorphism for RSA key between `awa_gen_key` and what the user can give to initiate an SSH connection #44

Closed dinosaure closed 2 years ago

dinosaure commented 2 years ago

Just to be sure that we are not wrong about what we give to the user and what we ask to him/her to use.

hannesm commented 2 years ago

thanks