Skip to content

Commit

Permalink
remove rsa-server and attacker executables
Browse files Browse the repository at this point in the history
since we are doing this in python
  • Loading branch information
Arve Nygård committed Jun 2, 2015
1 parent 5c85698 commit dc8d7db
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 413 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ SET(CMAKE_BUILD_TYPE Release)
SET(PROJECT_SOURCE_DIR src)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") # for gcc >= 4.7
INCLUDE_DIRECTORIES(BEFORE ${PROJECT_SOURCE_DIR}/lib)
ADD_EXECUTABLE(rsa-server src/rsa.cpp src/rsa-server.cpp)
ADD_EXECUTABLE(attacker src/attacker/attacker.cpp src/rsa.cpp)
ADD_EXECUTABLE(csv src/csv.cpp src/rsa.cpp)
215 changes: 0 additions & 215 deletions src/attacker/attacker.cpp

This file was deleted.

69 changes: 0 additions & 69 deletions src/attacker/attacker.h

This file was deleted.

Loading

0 comments on commit dc8d7db

Please sign in to comment.