Node.js Support
You can now use tEnvoy with node.js.
const { tEnvoy, tEnvoyPGPKey, tEnvoyNaClKey, tEnvoyNaClSigningKey } = require("./node/tenvoy.js");
We have also created a ./node/tester.js
, which will be used in the future as a tester to ensure that tEnvoy works as intended.