Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 692 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 692 Bytes

minerva-mbedtls wrapper

MIT licensed CI

This crate wraps mbedtls using the PSA interfaces for the purpose of signing COSE objects.

It is designed to work in no_std environment.

It is very incomplete. It can load PKIX certificates from a byte string, private keys, create and verify signatures using ECDSA keys.