c1f76abfaf
The benefit of std::string_view comes from the idea of avoiding copies (essentially acting as a non-owning view), however if we're just going to copy into a local variable immediately, there's not much benefit gained here. |
||
---|---|---|
.. | ||
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 | ||
sha_util.cpp | ||
sha_util.h |