1
- # Rust OP-TEE TrustZone SDK
2
-
3
- [ ![ Build Status] ( https://travis-ci.com/sccommunity/rust-optee-trustzone-sdk.svg?branch=master )] ( https://travis-ci.com/sccommunity/rust-optee-trustzone-sdk )
4
-
5
- Rust OP-TEE TrustZone SDK provides abilities to build safe TrustZone
6
- applications in Rust. The SDK is based on the [ OP-TEE] ( https://www.op-tee.org/ )
7
- project which follows [ GlobalPlatform] ( https://globalplatform.org/ ) TEE
8
- specifications and provides ergonomic APIs. In addition, it enables capability
9
- to write TrustZone applications with Rust's standard library and many
10
- third-party libraries (i.e., crates).
1
+ # Teaclave TrustZone SDK
11
2
3
+ Teaclave TrustZone SDK (Rust OP-TEE TrustZone SDK) provides abilities to build
4
+ safe TrustZone applications in Rust. The SDK is based on the
5
+ [ OP-TEE] ( https://www.op-tee.org/ ) project which follows
6
+ [ GlobalPlatform] ( https://globalplatform.org/ ) TEE specifications and provides
7
+ ergonomic APIs. In addition, it enables capability to write TrustZone
8
+ applications with Rust's standard library and many third-party libraries (i.e.,
9
+ crates). Teaclave TrustZone SDK is a sub-project of [ Apache Teaclave (incubating)] ( https://teaclave.apache.org/ ) .
12
10
13
11
## Getting started
14
12
@@ -79,7 +77,9 @@ more documents [here](https://optee.readthedocs.io/en/latest/general/platforms.h
79
77
80
78
## Contributing
81
79
82
- Contributions are very welcome, please submit issues or send pull requests.
80
+ Teaclave TrustZone SDK is open source in [ The Apache Way] ( https://www.apache.org/theapacheway/ ) ,
81
+ we aim to create a project that is maintained and owned by the community. All
82
+ kinds of contributions are welcome. Thanks to our [ contributors] ( https://teaclave.apache.org/contributors/ ) .
83
83
84
84
## Publication
85
85
@@ -101,5 +101,5 @@ Here is the BiBTeX record for your reference.
101
101
102
102
## License
103
103
104
- Rust OP-TEE TrustZone SDK is distributed under the Apache License (Version 2.0).
104
+ Teaclave TrustZone SDK is distributed under the Apache License (Version 2.0).
105
105
See [ LICENSE] ( LICENSE ) for details.
0 commit comments