scryptenc-rs (scryptenc
) is an implementation of the
scrypt encrypted data format.
The format is defined here.
Add this to your Cargo.toml
:
toml
[dependencies]
scryptenc = "0.1.0"
See the documentation for more details.
The minimum supported Rust version (MSRV) of this library is v1.57.0 or later.
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
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.
See COPYRIGHT, LICENSE-APACHE and LICENSE-MIT for more details.