sgx-quote 0.1.0

Zero-copy Intel SGX quote parser using nom.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.nom]
version = "5.0"

[package]
authors = ["Nick Hynes <nhynes@nhynes.com>"]
description = "Zero-copy Intel SGX quote parser using nom."
edition = "2018"
keywords = ["sgx", "attestation", "dcap"]
license = "Apache-2.0/MIT"
name = "sgx-quote"
readme = "README.md"
repository = "https://github.com/nhynes/sgx-quote"
version = "0.1.0"