gradido/backend/src/password/EncryptionWorker.d.ts
einhornimmond 3957204ae9 fix lint
2025-05-07 16:13:49 +02:00

7 lines
162 B
TypeScript

export function SecretKeyCryptographyCreateKeyFunc(
salt: string,
password: string,
configLoginAppSecret: Buffer,
configLoginServerKey: Buffer,
): bigint