commit | df8fd8a158465781054b9ed345216fd9e465a914 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Mon Feb 21 20:04:21 2022 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Feb 23 11:33:32 2022 -0500 |
tree | 262f0ec171d87327c43f3d60a33dcd0b69d55316 | |
parent | 273ea019b6c33dc76209837bddc6d28605e62367 [diff] [blame] |
name: convert to span Change-Id: I805936731948732114762d0d022d1b447622788d
diff --git a/tests/unit/security/verification-helpers.t.cpp b/tests/unit/security/verification-helpers.t.cpp index e3ecc86..d15f8f2 100644 --- a/tests/unit/security/verification-helpers.t.cpp +++ b/tests/unit/security/verification-helpers.t.cpp
@@ -51,7 +51,7 @@ // auto print = [] (const std::string& name, const uint8_t* buf, size_t size) { // std::cout << " const Block " + name + "{{\n "; -// std::string hex = toHex(buf, size); +// std::string hex = toHex({buf, size}); // for (size_t i = 0; i < hex.size(); i++) { // if (i > 0 && i % 32 == 0)