Skip to content

Commit e3b5d13

Browse files
committed
- A few adjustments to wording
- 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>
1 parent 127b7ca commit e3b5d13

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

PARTNERS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
(To appear here)
2121

22+
**Note**: Arm is contributing to Parsec as part of [Project Cassini](https://www.arm.com/-/media/global/solutions/artificial-intelligence/Project_Cassini.pdf).
23+
2224
# Adopters and Industry Partners
2325

2426
(To appear here)

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Read the Parsec documentation [online](https://parallaxsecond.github.io/parsec-b
3636

3737
Read the whitepaper [Security for the Infrastructure Edge](https://www.arm.com/-/media/global/people/Security-For-The-Infrastructure-Edge-White-paper-NDA).
3838

39-
**Note**: Arm is contributing to Parsec as part of [Project Cassini](https://www.arm.com/-/media/global/solutions/artificial-intelligence/Project_Cassini.pdf).
4039

4140
# Why PARSEC?
4241

@@ -49,18 +48,22 @@ Use Parsec when you need:
4948

5049
The value proposition of Parsec is that it provides the following:
5150

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
5352
- **Mediation** – security as a microservice, brokering access to the hardware and providing isolated key stores in a multi-tenant environment
5453
- **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”
5554
- **Openness** – an open-source project inviting contributions to enhance the ecosystem both within the service and among its client libraries
5655

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+
5760
# Partner Organizations
5861

59-
See who is [using and contributing to PARSEC](./PARTNERS.md).
62+
See who is [**using and contributing to PARSEC**](./PARTNERS.md).
6063

6164
# Disclaimer
6265

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
6467
available so that the developer community can learn and give feedback about the new interfaces and the concepts of platform-agnostic security.
6568
The implementation that is provided is suitable for exploratory testing and experimentation only.
6669
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
7073

7174
# Example
7275

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):
7477
```bash
7578
$ git clone https://github.com/parallaxsecond/parsec.git
7679
$ cd parsec
@@ -90,7 +93,7 @@ let signature = client.sign(key_name,
9093
.unwrap();
9194
```
9295

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!
9497

9598
# Community Channel and Meetings
9699

0 commit comments

Comments
 (0)