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
- Fix a couple of broken doc links
- Minor heading/sectional adjustments
- Stylistic consistency fixes (embolden all hyperlinks)
Signed-off-by: Paul Howard <paul.howard@arm.com>
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
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,6 @@ Read the Parsec documentation [online](https://parallaxsecond.github.io/parsec-b
36
36
37
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 an open source project and is under 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,7 +93,7 @@ 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!
0 commit comments