Skip to content

Commit

Permalink
Merge pull request #5 from Benjamin-Loison/master
Browse files Browse the repository at this point in the history
Add C syntax highlighting to `README.md`
  • Loading branch information
kenorb authored Feb 17, 2024
2 parents 429bdeb + d8877e5 commit d95cb00
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,11 @@ clang *may* need "-no-integrated-as" as some? versions don't support ".intel_syn

# Using

#include "scrypt-jane.h"
```c
#include "scrypt-jane.h"

scrypt(password, password_len, salt, salt_len, Nfactor, pfactor, rfactor, out, want_bytes);
scrypt(password, password_len, salt, salt_len, Nfactor, pfactor, rfactor, out, want_bytes);
```
## scrypt parameters
Expand All @@ -160,4 +162,4 @@ I chose to use the log2 of each parameter as it is the common way to communicate
# License
Public Domain, or MIT
Public Domain, or MIT

0 comments on commit d95cb00

Please sign in to comment.