Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drafts and examples for tensor and mesh. #9

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
.gradle/
.groovy/
.metadata/
.settings/
.classpath
.project
bin/
target/
classes/
LICENSE.txt
.springBeans
*~
~*
*.swp
*.swo
*.pyc
*.iml
*.eml
rebel.xml
.idea/
out/test/*
out/production/*
out/artifacts/*
resources-etermconf/
tags
.~lock.*
*.ipr
*.iws
checkstyle/
.pydevproject
bin-groovy
.DS_Store
ip
test-output
.cache
node_modules/
.jshintrc
*.o
.recommenders/
gradle-app.setting
**/gradlew*
**/gradle/*
.profiles/
**/soa-backup
**/out
.mqtt/**
**/.venv
**/.pytest_cache
**/dist
**/python/**/build
**/python/**/*.egg-info
**/*.out
**/*.log
**/*.log.*
github/*
/output
10 changes: 10 additions & 0 deletions bfia/mesh/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 通信套件(mesh)

本文档为隐私计算传输规范,目前主要面向金融行业,并随时针对各行业针对互联互通提出的讨论和建议做优化。

## 规范说明

- 参见[Specifications](api/Specifications_CN.md)

## 调用示例
- 参见[Examples](examples)目录
22 changes: 22 additions & 0 deletions bfia/mesh/api/Specifications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Private Transmission Protocol -- PTP/1.0

中文版 [PTP/1.0](Specifications_CN.md)

## Introduction

This document specifies an Private Compute Interconnection standards transmission protocol for the financial industry,
and requests discussion and suggestions for improvements. Please refer to the current edition of the "Private
Interconnection Protocol Standards" (FIC) for the standardization state and status of this protocol. Distribution of
this memo is unlimited.

## Copyright Notice

Copyright (C) The China UnionPay (2022). All Rights Reserved.

## Abstract

The Private Transmission Protocol (PTP) is an application-level protocol for distributed, collaborative, hypermedia
information systems. It is a generic, stateless, protocol which can be used for many private compute application.

## Table of Contents

Loading