Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add libsodium #28

Merged
merged 2 commits into from
Nov 11, 2023
Merged

build: add libsodium #28

merged 2 commits into from
Nov 11, 2023

Conversation

ni-jessica
Copy link
Collaborator

No description provided.

@ni-jessica ni-jessica linked an issue Nov 8, 2023 that may be closed by this pull request

add_library(src database.cpp password.cpp server.cpp)
target_link_libraries(src Crow::Crow)

add_executable(server main.cpp)
target_link_libraries(server Crow::Crow SQLite::SQLite3 src)
target_link_libraries(server Crow::Crow SQLite::SQLite3 libsodium::libsodium src)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise: You're so good with CMakeLists!

stellaljung
stellaljung previously approved these changes Nov 9, 2023
@stellaljung
Copy link
Collaborator

Hi Nini, it looks great! Thank you for implementing the hash function and working through the correct implementation of libsodium for our project.

Copy link
Owner

@csirianni csirianni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@csirianni csirianni merged commit 5642108 into main Nov 11, 2023
3 checks passed
@csirianni csirianni deleted the 20-determine-hash-function branch November 11, 2023 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants