-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document PublicKey #279
Comments
More documentation (more specifically code examples for how to actually use the See this comment |
I'm attempting to build an ssh-agent on top of this library and the lack of documentation is confusing. Judging from parsec, is it just the raw components? Even if you don't document them, could you describe them? Same for signature. also judging from parsec, I think they're also raw? |
Hey! Thanks for the feedback, I'll try to add some documentation today, though it will focus on |
I've opened #347 - let me know if you'd also like a summary here as well, or if the PR is enough to get you going :) |
That helps, thank you very much! I might have more questions in the future but this is probably enough to get me going. |
Done in #347 |
The
PublicKey
type (used inTransientKeyContext
) isn't documented as to what the format of the data in each variant is. This must be rectified.The text was updated successfully, but these errors were encountered: