Skip to content

Node.js Support

Compare
Choose a tag to compare
@CMEONE CMEONE released this 27 Apr 04:23
· 126 commits to master since this release

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.