# spec **Repository Path**: secretflow_admin/spec ## Basic Information - **Project Name**: spec - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-15 - **Last Updated**: 2024-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SecretFlow Open Specification SecretFlow Open Specification is a protocol stack designed for privacy-preserving applications. ## Spec Please check [spec](docs/spec.md) and [intro](docs/intro.md). ## Build ### API Linter After you modified protos, please check with API Linter. ```bash go install github.com/googleapis/api-linter/cmd/api-linter@latest sh run_api_linter.sh ```