-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: remove expect dependency #27
Conversation
Related to #14 |
d483916
to
34868e2
Compare
34868e2
to
d7da5ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I made a few comments. You can take a look at whether you take over all or only a few.
Mainly style changes.
But I would ask you if UTF-8 is really necessary everywhere. UTF-8 is of course the new standard but if the Assuan protocol uses e.g. only ASCII it makes more sense to use it because it is more performant to parse.
f1f8bcb
to
4c5d9ad
Compare
- Add new library to implement GPG Assuan protocol. - Rework unlocking logic by signing through Assuan protocol.
7b20d9a
to
ab9120a
Compare
Related document