Files
yara724api/src/common/auth/constants/index.ts
2026-06-20 12:04:51 +03:30

9 lines
154 B
TypeScript

export {
CURRENT_ALGORITHM,
CURRENT_VERSION,
KEY_LENGTH,
KEY_LENGTH_FOR_OTP,
SCRYPT_PARAMS,
SCRYPT_PARAMS_FOR_OTP,
} from "./hash.constants";