fs: add gc validation wrappers for hac2l

This commit is contained in:
Michael Scire
2022-03-14 04:42:55 -07:00
parent 76910e8954
commit 13b63af15e
15 changed files with 939 additions and 6 deletions

View File

@@ -59,6 +59,7 @@ namespace ams::crypto {
}
void Update(const void *data, size_t size) {
AMS_ASSERT(m_state == State::Initialized);
return m_hash.Update(data, size);
}