Skip to content

Commit

Permalink
Initial code used for experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathy Vanhoef authored and Mathy Vanhoef committed Apr 10, 2019
0 parents commit fd59561
Show file tree
Hide file tree
Showing 12 changed files with 1,604 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@
CMakeCache.txt
CMakeFiles/
Makefile
bruter
cmake_install.cmake
libutil.a
7 changes: 7 additions & 0 deletions CMakeLists.txt
@@ -0,0 +1,7 @@
add_library(util crypto.cpp crypto_ecc.cpp crypto_ffc.cpp sae.cpp)
target_link_libraries(util ssl crypto)


project(bruter)
add_executable(bruter bruter.cpp simulate.cpp)
target_link_libraries(bruter util rt)

0 comments on commit fd59561

Please sign in to comment.