aws-nitro-enclaves-cose

Crates.ioaws-nitro-enclaves-cose
lib.rsaws-nitro-enclaves-cose
version0.5.2
sourcesrc
created_at2020-11-12 16:12:15.531734
updated_at2024-04-18 13:14:36.787157
descriptionThis library aims to provide a safe Rust implementation of COSE, with COSE Sign1 currently implemented.
homepage
repositoryhttps://github.com/awslabs/aws-nitro-enclaves-cose
max_upload_size
id311626
size138,239
Eugene Koira (shtaked)

documentation

README

status version docs msrv

COSE for AWS Nitro Enclaves

This library aims to provide a safe Rust implementation of COSE. Currently, only COSE Sign1 is implemented, with the ability to sign and verify COSE Sign1 objects.

It uses openssl to provide the required crypto primitives.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Commit count: 66

cargo fmt