2
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/mkproof synced 2024-05-28 09:46:10 +02:00

Merge pull request #250 from Sc00bz/patch-1

Spelling and updated function name changes
This commit is contained in:
daniel-dinu 2018-06-25 23:38:30 -04:00 committed by GitHub
commit fba7b9a73a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,9 +191,9 @@ int main(void)
}
```
To use Argon2d instead of Argon2i call `argon2d_hash` instead of
`argon2i_hash` using the high-level API, and `argon2d` instead of
`argon2i` using the low-level API. Similarly for Argon2id, call `argond2id_hash`
To use Argon2d instead of Argon2i call `argon2d_hash_raw` instead of
`argon2i_hash_raw` using the high-level API, and `argon2d` instead of
`argon2i` using the low-level API. Similarly for Argon2id, call `argon2id_hash_raw`
and `argon2id`.
To produce the crypt-like encoding rather than the raw hash, call