libsodium-bindings
libsodium-bindings copied to clipboard
Support GHC 9.6 and add bindings to `sodiumHex2Bin` and `sodiumBase642Bin`
Libraries bounds should be updated to support GHC 9.6. This will allow us to use ConstPtr and finally provide sodiumHex2Bin and sodiumBase642Bin.
GHC 9.6 is supported via #117