Skip to content

Commit

Permalink
Using node:crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
wovalle committed Aug 2, 2024
1 parent 40cc663 commit 001408d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var crypto = require("crypto");
var crypto = require("node:crypto");

/** List of hex digit for fast accessing by index */
var HEX_DIGITS = "0123456789abcdef".split("");
Expand Down

0 comments on commit 001408d

Please sign in to comment.