From 54f150b70a88397258219558896397aa4ed0b9c5 Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Fri, 14 Jul 2023 21:26:45 -0600 Subject: service: nfc: Update Implementation to match with latest RE --- src/core/hle/service/nfc/common/amiibo_crypto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/nfc/common/amiibo_crypto.cpp') diff --git a/src/core/hle/service/nfc/common/amiibo_crypto.cpp b/src/core/hle/service/nfc/common/amiibo_crypto.cpp index bc232c334..9556e9193 100644 --- a/src/core/hle/service/nfc/common/amiibo_crypto.cpp +++ b/src/core/hle/service/nfc/common/amiibo_crypto.cpp @@ -180,7 +180,7 @@ std::vector GenerateInternalKey(const InternalKey& key, const HashSeed& seed } void CryptoInit(CryptoCtx& ctx, mbedtls_md_context_t& hmac_ctx, const HmacKey& hmac_key, - const std::vector& seed) { + std::span seed) { // Initialize context ctx.used = false; ctx.counter = 0; -- cgit v1.2.3