Skip to content

constfun/libscrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libscrypt

This is a simple Makefile for compiling the scrypt source as a library.

  1. scrypt depends on OpenSSL, so make sure you have it on your system.

  2. If you don't trust me, replace scrypt-1.1.6 with your own copy from the source.

  3. Run make.

This will compile libscrypt.a and libscrypt.so, and copy the scrypt.h to the repository root.

Since this is a simple Makefile, chances are good that it won't work for you.
Since this is a simple Makefile, you can modify it to fit your needs.

About

Companion Makefile for compiling unmodified scrypt source as a library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors