Common: Add SHA1Digest

This commit is contained in:
Connor McLaughlin
2022-08-15 23:53:31 +10:00
parent 3abf1df362
commit e9126aeeb8
5 changed files with 192 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ add_library(common
rectangle.h
scoped_guard.h
settings_interface.h
sha1_digest.cpp
sha1_digest.h
string.cpp
string.h
string_util.cpp