Closed sokun-chorn-webjet closed 1 year ago
nacl.util is splitted to a new standalone package tweetnacl-util, while nacl.sandbox.open returns null on failure instead of false.
nacl.util
tweetnacl-util
nacl.sandbox.open
null
false
looks good to me, might be worth merging
nacl.util
is splitted to a new standalone packagetweetnacl-util
, whilenacl.sandbox.open
returnsnull
on failure instead offalse
.