Skip to content

Commit 6b0905e

Browse files
committed
@lelishipem/crypto_utils package added and README updated
1 parent 2e8ee85 commit 6b0905e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It is written in pure JS language, where various cryptographic algorithms listed
2424
#### for secp256k1
2525
```javascript
2626
const secp = require("../secp");
27-
const SECRET = 'my-secret';
27+
const SECRET = require("./constant")
2828

2929
async function secpExample () {
3030
const message = "Hello there";

0 commit comments

Comments
 (0)