dfyhgbdyxhgfyx

This commit is contained in:
Lea 2024-01-24 00:57:49 +01:00
parent 57a425a79a
commit c9837a6bd4
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -1,5 +1,6 @@
import { Session } from 'next-auth';
import { ApiKeyEntry } from './db';
import crypto from 'crypto';
export function sha256sum(input: any) {
const hash = crypto.createHash('sha256');