From 51b8c211c270a1994f7a4c1b206bf73f48bcb9ed Mon Sep 17 00:00:00 2001 From: Rick Ross Date: Mon, 7 Oct 2024 11:54:04 -0400 Subject: [PATCH] Changed encrypted bytes to put tag last --- src/Encryption/Codec/EncryptionCodec.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Encryption/Codec/EncryptionCodec.cs b/src/Encryption/Codec/EncryptionCodec.cs index f8807c8..62123f7 100644 --- a/src/Encryption/Codec/EncryptionCodec.cs +++ b/src/Encryption/Codec/EncryptionCodec.cs @@ -61,8 +61,8 @@ public Task> DecodeAsync(IReadOnlyCollection