
# Headers
target_sources(${PROJECT_NAME} PRIVATE
	sha_512.h)

# Sources
target_sources(${PROJECT_NAME} PRIVATE
	sha_512.cpp)
