saw-remote-api
: Replace cryptonite
dependency with crypton
#1886
Labels
subsystem: saw-remote-api
Issues related to the SAW server and its RPC bindings
tech debt
Issues that document or involve technical debt
The
cryptonite
family of packages are no longer actively maintained, and thecrypton
package aims to provide an alternative. We should replace these dependencies insaw-remote-api
withcrypton
:saw-script/saw-remote-api/saw-remote-api.cabal
Lines 49 to 50 in 4a695fb
There isn't a direct
crypton
equivalent of thecryptonite-conduit
package, but we are only using theCrypto.Hash.Conduit
module from that package, and the source code for that module is quite small. We could just as well inline this code intosaw-remote-api
.The text was updated successfully, but these errors were encountered: