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

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