diff options
| author | Joseph Richey <joerichey@google.com> | 2018-02-09 04:01:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-09 04:01:32 -0800 |
| commit | aebae1aae2fc61185a8bbc96313d8462727ad202 (patch) | |
| tree | 1307c7cccaede948a53be45343d4df711eb508b3 /README.md | |
| parent | f4ccce6f486c26fdfa8d3d09929d464fc9368ab3 (diff) | |
| parent | 575618f02ea7ed3edc53b4bcd24ecbfc6ef00e77 (diff) | |
Merge pull request #84 from google/argon2
Move to x/crypto/argon2
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -109,16 +109,6 @@ fscrypt has the following build dependencies: * [Go](https://golang.org/doc/install) * A C compiler (`gcc` or `clang`) * `make` -* The [Argon2 Passphrase Hash](https://github.com/P-H-C/phc-winner-argon2) - library, which can be - [directly installed on Artful Ubuntu](https://packages.ubuntu.com/artful/libargon2-0-dev), - or installed from source by running: - ```bash - >>>>> git clone https://github.com/P-H-C/phc-winner-argon2 argon2 - >>>>> cd argon2 - >>>>> make - >>>>> sudo make install - ``` * Headers for `libpam`. Install them with the appropriate package manager. - `sudo apt-get install libpam0g-dev` - `sudo yum install pam-devel` @@ -144,14 +134,11 @@ go get github.com/google/fscrypt/cmd/fscrypt ### Runtime Dependencies -fscrypt has the following runtime dependencies: +fscrypt has very few runtime dependencies: * Kernel support for filesystem encryption (this will depend on your kernel configuration and specific filesystem) -* `libargon2.so` (see the above installation instructions for Argon2) * `libpam.so` (almost certainly already on your system) -The dynamic libraries are not needed if you built a static executable. - ### Setting up the PAM module Note that to make use of the installed PAM module, your |