docs.rs failed to build flatline-umac-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
flatline-umac
Rust bindings for UMAC (Universal Message Authentication Code).
Overview
UMAC is a fast and provably secure message authentication code. This crate provides Rust bindings to the UMAC C library, offering both 64-bit and 128-bit tag variants.
The core C implementation is sourced from OpenSSH.
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Usage
use ;
License
This project is licensed under the MIT License - see the LICENSE file for details.