[][src]Crate aws_nitro_enclaves_cose

This library aims to provide safe Rust implementations for COSE, using serde and serde_cbor as an encoding layer and OpenSSL as the base crypto library.

Currently only COSE Sign1 is implemented.

Modules

error

COSE Operation errors and causes

sign

COSE Signing

Structs

COSESign1

Implementation of the COSE_Sign1 structure as defined in RFC8152.