Crates.io | abcrypt |
lib.rs | abcrypt |
version | 0.3.7 |
source | src |
created_at | 2023-08-25 06:27:28.583206 |
updated_at | 2024-10-19 14:26:10.937945 |
description | An implementation of the abcrypt encrypted data format |
homepage | https://sorairolake.github.io/abcrypt/ |
repository | https://github.com/sorairolake/abcrypt |
max_upload_size | |
id | 954383 |
size | 82,122 |
abcrypt is an implementation of the abcrypt encrypted data format.
Add this to your Cargo.toml
:
[dependencies]
abcrypt = "0.3.7"
alloc
Enables features that require an allocator. This is enabled by default (implied
by std
).
std
Enables features that depend on the standard library. This is enabled by default.
serde
Enables serialization support for Params
.
no_std
supportThis supports no_std
mode. Disables the default
feature to enable this.
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.74.0.
The upstream repository is available at https://github.com/sorairolake/abcrypt.git.
The source code is also available at:
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
Copyright © 2022–2024 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.2 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.