We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3e517 commit 384b7aeCopy full SHA for 384b7ae
README.md
@@ -25,15 +25,27 @@ Use npm to install and build:
25
```
26
npm i
27
npm run build
28
-npm run tsrun
+node app.js
29
30
31
## Example Output
32
33
34
-$ npm run tsrun
35
-> [email protected] tsrun /home/davidgarske/GitHub/wolfcrypt_nodejs
36
-> npx tsc main.ts && node main.js
37
-
38
-PASS
+$ node app.js
+PASS evp encrypt
+PASS evp decrypt
+PASS evp encrypt_decrypt_odd
+PASS evp encryptionStream
39
+PASS evp decryptionStream
40
+PASS evp encryptDecryptPipes
41
+PASS hmac hmac
42
+PASS hmac hmacStream
43
+PASS hmac hmacPipe
44
+PASS sha sha
45
+PASS sha sha224
46
+PASS sha sha256
47
+PASS sha sha384
48
+PASS sha sha512
49
+PASS sha sha512_224
50
+PASS sha sha512_256
51
0 commit comments