Skip to content

Commit 384b7ae

Browse files
author
John Bland
committed
update README to use app.js
1 parent 5a3e517 commit 384b7ae

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,27 @@ Use npm to install and build:
2525
```
2626
npm i
2727
npm run build
28-
npm run tsrun
28+
node app.js
2929
```
3030

3131
## Example Output
3232

3333
```
34-
$ npm run tsrun
35-
> [email protected] tsrun /home/davidgarske/GitHub/wolfcrypt_nodejs
36-
> npx tsc main.ts && node main.js
37-
38-
PASS
34+
$ node app.js
35+
PASS evp encrypt
36+
PASS evp decrypt
37+
PASS evp encrypt_decrypt_odd
38+
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
3951
```

0 commit comments

Comments
 (0)