Skip to content
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

Separate provider code into modules #133

Closed
ionut-arm opened this issue Mar 30, 2020 · 0 comments · Fixed by #165
Closed

Separate provider code into modules #133

ionut-arm opened this issue Mar 30, 2020 · 0 comments · Fixed by #165
Labels
enhancement New feature or request

Comments

@ionut-arm
Copy link
Member

Currently all providers are implemented as "monolithic modules" - i.e. all functionality is implemented in one large file.

For ease of use it would be much better to split them and put each type of operation/method into it own file, e.g. sign.rs, key_management.rs etc.

This should be done for all providers.

All utility methods (e.g. for managing interaction with the KeyIDManager) should reside in their own module(s) as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant