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

saw-remote-api: Replace cryptonite dependency with crypton #1886

Open
RyanGlScott opened this issue Jul 5, 2023 · 1 comment
Open

saw-remote-api: Replace cryptonite dependency with crypton #1886

RyanGlScott opened this issue Jul 5, 2023 · 1 comment
Labels
subsystem: saw-remote-api Issues related to the SAW server and its RPC bindings tech debt Issues that document or involve technical debt

Comments

@RyanGlScott
Copy link
Contributor

The cryptonite family of packages are no longer actively maintained, and the crypton package aims to provide an alternative. We should replace these dependencies in saw-remote-api with crypton:

cryptonite,
cryptonite-conduit,

There isn't a direct crypton equivalent of the cryptonite-conduit package, but we are only using the Crypto.Hash.Conduit module from that package, and the source code for that module is quite small. We could just as well inline this code into saw-remote-api.

@RyanGlScott RyanGlScott added tech debt Issues that document or involve technical debt subsystem: saw-remote-api Issues related to the SAW server and its RPC bindings labels Jul 5, 2023
@RyanGlScott
Copy link
Contributor Author

There is now a crypton-conduit package, so we now have a drop-in replacement for cryptonite-conduit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subsystem: saw-remote-api Issues related to the SAW server and its RPC bindings tech debt Issues that document or involve technical debt
Projects
None yet
Development

No branches or pull requests

1 participant