5 releases (breaking)
0.5.0 | Aug 9, 2022 |
---|---|
0.4.0 | Oct 29, 2021 |
0.3.0 | Jul 28, 2021 |
0.2.0 | Mar 24, 2021 |
0.1.0 | Nov 12, 2020 |
#464 in Cryptography
2,864 downloads per month
Used in 5 crates
(4 directly)
120KB
2K
SLoC
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.
lib.rs
:
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 and COSE Encrypt0 are implemented.
Dependencies
~2–11MB
~216K SLoC