v0.14.5v0.14.4
Reading changes from the repo…
secretbox.open
function now correctly returns false
when the input is invalid, enhancing the reliability of your cryptographic operations. box.open
function has been updated to return false
for invalid inputs, ensuring better error handling in your applications. sign.open
function can now return null
, providing clearer feedback when the signature verification fails.