We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d440499 commit 3460acbCopy full SHA for 3460acb
src/Pandatech.Crypto/Helpers/Aes256SivLegacy.cs
@@ -10,6 +10,7 @@
10
11
namespace Pandatech.Crypto.Helpers;
12
13
+[Obsolete("This is a legacy implementation of AES256-SIV. Use Aes256Siv instead.", false)]
14
public static class Aes256SivLegacy
15
{
16
private static string? GlobalKey { get; set; }
0 commit comments