Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laysakura/serde-encrypt-sgx
Rust SGX SDK compatible version of serde-encrypt
https://github.com/laysakura/serde-encrypt-sgx
encryption libsodium serde serde-encrypt serialization sgx x25519 xchacha20-poly1305
Last synced: 17 days ago
JSON representation
Rust SGX SDK compatible version of serde-encrypt
- Host: GitHub
- URL: https://github.com/laysakura/serde-encrypt-sgx
- Owner: laysakura
- License: apache-2.0
- Created: 2021-06-16T04:45:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T08:03:10.000Z (about 2 years ago)
- Last Synced: 2024-04-15T12:50:13.448Z (7 months ago)
- Topics: encryption, libsodium, serde, serde-encrypt, serialization, sgx, x25519, xchacha20-poly1305
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# serde-encrypt-sgx
![MSRV](https://img.shields.io/badge/rustc-1.49+-lightgray.svg)
[![ci](https://github.com/laysakura/serde-encrypt/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/laysakura/serde-encrypt/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/laysakura/serde-encrypt/blob/master/LICENSE-MIT)
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](https://github.com/laysakura/serde-encrypt/blob/master/LICENSE-APACHE)[Rust SGX SDK](https://github.com/apache/incubator-teaclave-sgx-sdk) compatible version of [`serde-encrypt` crate](https://github.com/laysakura/serde-encrypt).
This repository only provides SGX-specific implementations.
Refer to [`serde-encrypt` crate](https://github.com/laysakura/serde-encrypt) for documentation, issues, and so on.
## Installation
```toml Cargo.toml
[dependencies]
serde-encrypt-sgx = {tag = "(git tag)", git = "https://github.com/laysakura/serde-encrypt-sgx.git"}
```## License
Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or [MIT license](LICENSE-MIT) at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in serde-encrypt-sgx by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.