dalek-credentials 0.0.0

An algebraic message authentication code (MAC) over curve25519
Documentation

# dalek-credentials ![]https://img.shields.io/crates/v/dalek-credentials.svg ![]https://docs.rs/dalek-credentials/badge.svg

An algebraic message authentication code (MAC) over curve25519, and
algebraic-MAC-based anonymous credentials scheme which allows for
arbitrary attributes and arbitrary message size.

This package is curently a placeholder, and development is actively
underway. Please check back soon!

## Warning

[Our elliptic curve library](https://github.com/isislovecruft/curve25519-dalek)
(which this code uses) has **not** yet received sufficient peer review by
other qualified cryptographers to be considered in any way, shape, or form,
safe.

**USE AT YOUR OWN RISK**

# Documentation

Documentation is available [here](https://docs.rs/dalek-credentials).