How to Build

Prerequisites

To build rscrypt, you will need the following dependencies
To build man pages, you will need the following additional dependencies

Building from source

To clone the repository
git clone https://github.com/sorairolake/scryptenc-rs.git
cd scryptenc-rs
To build a package
just build

Crate features

json

Enable outputting the encryption parameters as JSON. This is enabled by default.