We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd6b8c commit e894bc2Copy full SHA for e894bc2
src/crypto.ts
@@ -1,3 +1,4 @@
1
+/* eslint-disable unicorn/number-literal-case */
2
import { Buffer } from "node:buffer"
3
4
const encryptionKey = [
0 commit comments