You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PARTNERS.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@
19
19
20
20
(To appear here)
21
21
22
+
**Note**: Arm is contributing to Parsec as part of [Project Cassini](https://www.arm.com/-/media/global/solutions/artificial-intelligence/Project_Cassini.pdf).
Copy file name to clipboardExpand all lines: README.md
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -25,18 +25,17 @@
25
25
26
26
# Welcome To PARSEC
27
27
28
-
**PARSEC** is the **P**latform **A**bst**R**action for **SEC**urity, a new open-source initiative
28
+
**PARSEC** is the **P**latform **A**bst**R**action for **SEC**urity, an open-source initiative
29
29
to provide a common API to hardware security and cryptographic services in a platform-agnostic way. This abstraction layer keeps workloads decoupled from physical platform details, enabling cloud-native delivery flows within the data center and at the edge.
Read the Parsec documentation [online](https://parallaxsecond.github.io/parsec-book/).
35
+
Read the Parsec documentation [**online**](https://parallaxsecond.github.io/parsec-book/).
36
36
37
-
Read the whitepaper [Security for the Infrastructure Edge](https://www.arm.com/-/media/global/people/Security-For-The-Infrastructure-Edge-White-paper-NDA).
37
+
Read the whitepaper [**Security for the Infrastructure Edge**](https://www.arm.com/-/media/global/people/Security-For-The-Infrastructure-Edge-White-paper-NDA).
38
38
39
-
**Note**: Arm is contributing to Parsec as part of [Project Cassini](https://www.arm.com/-/media/global/solutions/artificial-intelligence/Project_Cassini.pdf).
40
39
41
40
# Why PARSEC?
42
41
@@ -49,18 +48,22 @@ Use Parsec when you need:
49
48
50
49
The value proposition of Parsec is that it provides the following:
51
50
52
-
-**Abstraction** – a common API that is truly agnostic and based on modern cryptographic principles, grounded in the [Platform Security Architecture](https://www.arm.com/why-arm/architecture/platform-security-architecture)
51
+
-**Abstraction** – a common API that is truly agnostic and based on modern cryptographic principles
53
52
-**Mediation** – security as a microservice, brokering access to the hardware and providing isolated key stores in a multi-tenant environment
54
53
-**Ergonomics** – a client library ecosystem that brings the API to the fingertips of developers in any programming language: “easy to consume, hard to get wrong”
55
54
-**Openness** – an open-source project inviting contributions to enhance the ecosystem both within the service and among its client libraries
56
55
56
+
# Maintainers
57
+
58
+
PARSEC is a collaborative project. The current list of the individuals and organizations who maintain this project can be found [**here**](./MAINTAINERS.toml).
59
+
57
60
# Partner Organizations
58
61
59
-
See who is [using and contributing to PARSEC](./PARTNERS.md).
62
+
See who is [**using and contributing to PARSEC**](./PARTNERS.md).
60
63
61
64
# Disclaimer
62
65
63
-
Parsec is a new open source project and is under development. This code repository is being made
66
+
Parsec is a new open source project and is under active development. This code repository is being made
64
67
available so that the developer community can learn and give feedback about the new interfaces and the concepts of platform-agnostic security.
65
68
The implementation that is provided is suitable for exploratory testing and experimentation only.
66
69
This test implementation does not offer any tangible security benefits and therefore is not
@@ -70,7 +73,7 @@ Contributions from the developer community are welcome. Please refer to the cont
70
73
71
74
# Example
72
75
73
-
Launch the Parsec service with Mbed Crypto as the only provider (using the default configuration):
76
+
Launch the Parsec service with a single software-based provider (using the default configuration):
@@ -90,12 +93,12 @@ let signature = client.sign(key_name,
90
93
.unwrap();
91
94
```
92
95
93
-
Check the [user](https://parallaxsecond.github.io/parsec-book/user_guides/) and [developer](https://parallaxsecond.github.io/parsec-book/dev_guides/) guides for more info on building, installing, testing and using Parsec!
96
+
Check the [**user**](https://parallaxsecond.github.io/parsec-book/parsec_users.html), [**client developer**](https://parallaxsecond.github.io/parsec-book/parsec_client/index.html) and [**service developer**](https://parallaxsecond.github.io/parsec-book/parsec_service/index.html) guides for more information on building, installing, testing and using Parsec!
94
97
95
98
# Community Channel and Meetings
96
99
97
-
Come and talk to us in [ourSlack channel](https://app.slack.com/client/T0JK1PCN6/CPMQ9D4H1)!
98
-
[Here](http://dockr.ly/slack) is how to join the workspace.
100
+
Come and talk to us in our[**Slack channel**](https://app.slack.com/client/T0JK1PCN6/CPMQ9D4H1)!
101
+
[**Here**](http://dockr.ly/slack) is how to join the workspace.
99
102
100
103
Also join the [**biweekly meeting**](https://calendar.google.com/calendar?cid=ZG9ja2VyLmNvbV9xcHAzbzl2aXBhbmE0NGllcmV1MjlvcHZkNEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t)
101
104
with Parsec maintainers and community members.
@@ -105,8 +108,7 @@ discuss features, integrations, issues, and roadmap. We look forward to seeing y
105
108
# Contributing
106
109
107
110
We would be happy for you to contribute to Parsec! Check the [**Contributing**](CONTRIBUTING.md)
108
-
file to know more about the contribution process. For a list of current contributors, check [here](CONTRIBUTORS.md).
109
-
Check the [open issues](https://github.com/orgs/parallaxsecond/projects/1) on the board if you
111
+
file to know more about the contribution process. For a list of current contributors, check [**here**](CONTRIBUTORS.md). Check the [**open issues**](https://github.com/orgs/parallaxsecond/projects/1) on the board if you
110
112
need any ideas 🙂!
111
113
112
114
# License
@@ -141,4 +143,4 @@ This project uses the following third party crates:
141
143
* version (MIT and Apache-2.0)
142
144
143
145
This project uses the following third party libraries:
0 commit comments