mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-29 05:35:41 +00:00
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
export function SecretKeyCryptographyCreateKeyFunc(
|
|
salt: string,
|
|
password: string,
|
|
configLoginAppSecret: Buffer,
|
|
configLoginServerKey: Buffer,
|
|
): bigint
|