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

all: refactor encryption code into separate module #496

Open
wants to merge 1 commit into
base: public-key-type
Choose a base branch
from

Conversation

conradoplg
Copy link
Contributor

Based on #495

Closes #477

I wanted to put Cipher in frost-client, so that frost-client also works as a library that applications can import.
However, that introduces a circular import because e.g. coordinator would import frost-client which imports coordinator. To break the cycle I put it into frostd for now. After #380 we can move it back to frost-client.

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

Successfully merging this pull request may close these issues.

Suggestion 2: Abstract and Unify the Encrypt / Decrypt Functions for All HTTP Files
1 participant