Erster Commit
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const node_crypto_1 = require("node:crypto");
|
||||
const digest = (algorithm, data) => (0, node_crypto_1.createHash)(algorithm).update(data).digest();
|
||||
exports.default = digest;
|
||||
Reference in New Issue
Block a user