mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:17:45 +00:00
Everywhere: Pass AK::ReadonlyBytes by value
This commit is contained in:
parent
8b1108e485
commit
80d4e830a0
42 changed files with 96 additions and 96 deletions
|
@ -34,7 +34,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
explicit GHash(const ReadonlyBytes& key)
|
||||
explicit GHash(ReadonlyBytes key)
|
||||
{
|
||||
VERIFY(key.size() >= 16);
|
||||
for (size_t i = 0; i < 16; i += 4) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue