Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@ This is a work in progress, so far it's only SHA512
Simple RSA Implementation\
Uses boost::endian and boost::multiprecision::cpp_int

# Simplicity Is The First Step To Security
It doesn't have to be complicated.
# How to compile
## Windows
In order to compile Zuckbook for Windows you will need to download Visual Studio at this link https://visualstudio.microsoft.com/downloads/.
Dependencies:

BOOST

Download the boost library at this link https://www.boost.org/users/download/ and extract the zip.
Open the sln file in Visual Studio and right click project and choose propities.
Go to C/C++->General and in Additinal Include Directories enter your path where you saved the boost library.
It is important to note to inlude the folder with the boost version in the name.