Crate mcrypt

Source
Expand description

§mcrypt

mcrypt is a Rust implementation of the cryptography portion of the Mangrove specification. It is maintained by the same developers as the spec itself, and as such is the official reference implementation. This library is currently maintained against the Mangrove Technical Specification, revision 1. You can find it at https://mgve.cc/spec/mangrove_tech_spec_r1.pdf.

This library isn’t useful for much if you aren’t writing a Mangrove implementation. You might want to check out the rest of the implementation, libmangrove. Or, for a full-featured CLI, check out mangrove-cli.

Functions§

detailed_version
Get the detailed version string
pkgver
Get the cargo package version.
specver
Get the Mangrove spec revision this library was built for
version
Get the short version string