Using crypto in convex functions
util.ts, stored outside/inside convex folder, same issues.
which i want to use in a query like this
This does not work because the code is running on the client side and the crypto module only exists on the sever, this might be a silly question but where can i write the sever code to encrypt my messages.

