awslabs / mls-rs

An implementation of Messaging Layer Security (RFC 9420)
Apache License 2.0
105 stars 19 forks source link

Add impl From<Vec<u8>> for SignaturePublicKey #213

Closed mulmarta closed 2 weeks ago

mulmarta commented 2 weeks ago

It's implemented for other keys including SignatureSecretKey

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 90.13%. Comparing base (b6d257e) to head (bd7f750).

Files with missing lines Patch % Lines
mls-rs-core/src/crypto.rs 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #213 +/- ## ======================================= Coverage 90.12% 90.13% ======================================= Files 175 175 Lines 31446 31449 +3 ======================================= + Hits 28341 28346 +5 + Misses 3105 3103 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.