Skip to content

Commit

Permalink
Separate build from source.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakshuGupta13 committed Jul 4, 2019
1 parent 99974c9 commit 75275e2
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 58 deletions.
77 changes: 26 additions & 51 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ language: c
compiler:
- gcc
script:
- cd ./build
- cmake .
- make
Binary file removed 22-attack
Binary file not shown.
Binary file removed 24-attack
Binary file not shown.
7 changes: 0 additions & 7 deletions CMakeLists.txt

This file was deleted.

7 changes: 7 additions & 0 deletions build/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.5.1)
project(Local-Collision-Differential-Attack-on-Reduced-SHA-256-upto-24-Rounds)

set(CMAKE_CXX_STANDARD 14)

add_executable("22-attack ../Deterministic 22 Round Differential Attack on SHA-256/22_round_attack_sha_256.c")
add_executable("24-attack ../Probabilistic 24 Round Differential Attack on SHA-256/24_round_attack_sha_256.c")

0 comments on commit 75275e2

Please sign in to comment.