NullVoxPopuli / emberclear

Encrypted Chat. No History. No Logs.

Home Page:https://emberclear.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add wrappers for Signing and Hashing from NaCl

CelticMajora opened this issue · comments

In order to verify votes in #679, we need to be able to sign and hash data using NaCl. Add in the wrappers in workers/crypto/utils/nacl.ts and incorporate them into the workers system such that the vote verifier can use them.

These exist now