v0.10.0v0.9.2
Reading changes from the repo…
nacl.sign(message, secretKey)
to create a signed message and nacl.sign.open(signedMessage)
to verify it, aligning with the original NaCl library's functionality. csign-keypair
functionality is added, ensuring that the signing process is robust and reliable.