dfyhgbdyxhgfyx
This commit is contained in:
parent
57a425a79a
commit
c9837a6bd4
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue