abcrypt is an implementation of the abcrypt encrypted data format.
This crate supports version 1 of the abcrypt format.
Run the following command in your project directory:
cargo add abcryptEnables features that require an allocator. This is enabled by default (implied
by std).
Enables serialization support for Params.
Enables features that depend on the standard library. This is enabled by default.
This supports no_std mode. Disables the default feature to enable this.
Important
Note that the memory blocks used by Argon2 when calculating a derived key is
limited to 256 KiB when the alloc feature is disabled.
See the documentation for more details.
The minimum supported Rust version (MSRV) of this library is v1.88.0.
The upstream repository is available at https://github.com/sorairolake/abcrypt.git.
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
https://sorairolake.github.io/abcrypt/
Copyright (C) 2023 Shun Sakai (see AUTHORS.adoc)
This library is distributed under the terms of either the Apache License 2.0 or the MIT License.
This project is compliant with version 3.3 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.