libs: begin adding capacity for doing crypto on generic os (using externally-preset keys)

This commit is contained in:
Michael Scire
2022-03-07 09:21:13 -08:00
committed by SciresM
parent 6368d8063a
commit 706b8492fd
28 changed files with 1305 additions and 33 deletions

View File

@@ -56,6 +56,6 @@ namespace ams::crypto::impl {
void ProcessLastBlock();
};
/* static_assert(HashFunction<Md5Impl>); */
static_assert(HashFunction<Md5Impl>);
}