abcrypt is an implementation of the abcrypt encrypted data format.
Add this to your Cargo.toml
:
toml
[dependencies]
abcrypt = "0.1.0"
std
Enables features that depend on the standard library. This is enabled by default.
no_std
supportThis supports no_std
mode. Disables the default
feature to enable this.
See the documentation for more details.
The minimum supported Rust version (MSRV) of this library is v1.65.0.
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
Copyright © 2022–2023 Shun Sakai (see AUTHORS.adoc)
This library is distributed under the terms of either the Apache License 2.0 or the MIT License.
See COPYING for more details.