Skip to content

Instantly share code, notes, and snippets.

@vikramacharya
Last active September 10, 2022 15:18
Show Gist options
  • Select an option

  • Save vikramacharya/33666365951a51ac758a1b03c97a02c0 to your computer and use it in GitHub Desktop.

Select an option

Save vikramacharya/33666365951a51ac758a1b03c97a02c0 to your computer and use it in GitHub Desktop.
const digest = sodium.crypto_generichash(64, sodium.from_string(message));
const digest_base64 = sodium.to_base64(digest, base64_variants.ORIGINAL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment