Skip to content

Commit 3460acb

Browse files
committed
Obsolete comment
1 parent d440499 commit 3460acb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Pandatech.Crypto/Helpers/Aes256SivLegacy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
namespace Pandatech.Crypto.Helpers;
1212

13+
[Obsolete("This is a legacy implementation of AES256-SIV. Use Aes256Siv instead.", false)]
1314
public static class Aes256SivLegacy
1415
{
1516
private static string? GlobalKey { get; set; }

0 commit comments

Comments
 (0)