authenticode 0.4.3

Library for working with Authenticode (no-std)
Documentation
# authenticode

[![Crates.io](https://img.shields.io/crates/v/authenticode)](https://crates.io/crates/authenticode)
[![Docs.rs](https://docs.rs/authenticode/badge.svg)](https://docs.rs/authenticode)

This is a no-std library for working with authenticode data as defined
in the [PE format].

Note that currently the library does not support creating or verifying
authenticode signatures.

## License

Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE)
or [MIT license](LICENSE-MIT) at your option.

## Disclaimer

This project is not an official Google project. It is not supported by
Google and Google specifically disclaims all warranties as to its quality,
merchantability, or fitness for a particular purpose.

[PE format]: https://learn.microsoft.com/en-us/windows/win32/debug/pe-format