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 d2ce321 commit 3e9aa50Copy full SHA for 3e9aa50
MegaApiClient/Cryptography/Crypto.cs
@@ -16,7 +16,7 @@ internal class Crypto
16
17
static Crypto()
18
{
19
-#if NETSTANDARD1_3
+#if NETSTANDARD1_3 || NETSTANDARD2_0
20
AesCbc = Aes.Create(); // More per-call overhead but supported everywhere.
21
IsKnownReusable = false;
22
#else
0 commit comments