sha3-kmac 0.2.2

KMAC per NIST SP 800-185
Documentation
# sha3-kmac

[![Docs][docs-img]][docs-link]

KMAC per [NIST SP 800-185].

## Installation

```bash
[dependencies]
sha3-kmac = "0.2.1"
```

## Security

### Disclosure

This project uses full disclosure. If you find a security bug in
an implementation, please e-mail me or create a GitHub issue.

### Disclaimer

You should only use cryptography libraries that have been
reviewed by cryptographers or cryptography engineers. While I am
a cryptography engineer, I'm not your cryptography engineer, and
I have not had this project reviewed by any other cryptographers.

[//]: # (badges)

[docs-img]: https://docs.rs/sha3-kmac/badge.svg
[docs-link]: https://docs.rs/sha3-kmac
[NIST SP 800-185]: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf