Skip to content

Commit

Permalink
Rewrite aes encryption
Browse files Browse the repository at this point in the history
Resolve #257
  • Loading branch information
kangpinghuang committed Nov 2, 2018
1 parent 2a29004 commit 144219d
Show file tree
Hide file tree
Showing 13 changed files with 323 additions and 484 deletions.
2 changes: 0 additions & 2 deletions be/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ set(DORIS_LINK_LIBS
PaloGen
Webserver
TestUtil
AES
${WL_END_GROUP}
)

Expand Down Expand Up @@ -557,7 +556,6 @@ add_subdirectory(${SRC_DIR}/exprs)
add_subdirectory(${SRC_DIR}/udf)
add_subdirectory(${SRC_DIR}/runtime)
add_subdirectory(${SRC_DIR}/testutil)
add_subdirectory(${SRC_DIR}/aes)
add_subdirectory(${SRC_DIR}/tools)

# Utility CMake function to make specifying tests and benchmarks less verbose
Expand Down
27 changes: 0 additions & 27 deletions be/src/aes/CMakeLists.txt

This file was deleted.

58 changes: 0 additions & 58 deletions be/src/aes/my_aes.cpp

This file was deleted.

139 changes: 0 additions & 139 deletions be/src/aes/my_aes.h

This file was deleted.

37 changes: 0 additions & 37 deletions be/src/aes/my_aes_impl.h

This file was deleted.

Loading

0 comments on commit 144219d

Please sign in to comment.