mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-08 00:33:44 +00:00
These can be generified together by using a concept type to designate them. This also has the benefit of not making copies of potentially very large arrays. |
||
|---|---|---|
| .. | ||
| aes_util.cpp | ||
| aes_util.h | ||
| ctr_encryption_layer.cpp | ||
| ctr_encryption_layer.h | ||
| encryption_layer.cpp | ||
| encryption_layer.h | ||
| key_manager.cpp | ||
| key_manager.h | ||
| partition_data_manager.cpp | ||
| partition_data_manager.h | ||
| sha_util.cpp | ||
| sha_util.h | ||
| xts_encryption_layer.cpp | ||
| xts_encryption_layer.h | ||