Add subdirectory for cryptography examples

+ Add example using columnar transposition for encrypting / decrypting messages
+ Fix cmake build error from duplicate lib-bst when building from project root
This commit is contained in:
2021-07-20 11:21:59 -04:00
parent 23c4f0e491
commit c8683680dd
7 changed files with 304 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ project(
add_subdirectory(algorithms)
add_subdirectory(cmake)
add_subdirectory(cryptography)
add_subdirectory(datastructs)
add_subdirectory(graphics)
add_subdirectory(patterns)