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 d006888 commit b18bd1aCopy full SHA for b18bd1a
src/plugins/custom/scrypt.ts
@@ -1,5 +1,5 @@
1
import fp from 'fastify-plugin'
2
-import { scrypt, timingSafeEqual, randomBytes } from 'crypto'
+import { scrypt, timingSafeEqual, randomBytes } from 'node:crypto'
3
4
declare module 'fastify' {
5
export interface FastifyInstance {
0 commit comments