| Crates.io | scryptenc |
| lib.rs | scryptenc |
| version | 0.10.0 |
| created_at | 2022-10-09 22:49:09.397329+00 |
| updated_at | 2025-07-28 09:18:52.906827+00 |
| description | An implementation of the scrypt encrypted data format |
| homepage | https://sorairolake.github.io/scryptenc-rs/ |
| repository | https://github.com/sorairolake/scryptenc-rs |
| max_upload_size | |
| id | 684233 |
| size | 79,965 |
scryptenc-rs (scryptenc) is an implementation of the
scrypt encrypted data format.
This crate supports version 1 of the scrypt format.
Run the following command in your project directory:
cargo add scryptenc
allocEnables features that require an allocator. This is enabled by default (implied
by std).
serdeEnables serialization support for Params.
stdEnables 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.85.0.
The upstream repository is available at https://github.com/sorairolake/scryptenc-rs.git.
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
https://sorairolake.github.io/scryptenc-rs/
Copyright (C) 2022 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.