Skip to content

Commit 0534dbe

Browse files
committed
test33
1 parent d67f2bc commit 0534dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CryptoBase.Tests/SM4Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace CryptoBase.Tests;
99

1010
public class SM4Test
1111
{
12-
[MethodImpl(MethodImplOptions.NoInlining | MethodImplOptions.NoOptimization)]
12+
[MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)]
1313
private static void Test_Internal(IBlockCrypto16 crypto, string hex1, string hex2, string hex3)
1414
{
1515
Assert.Equal(@"SM4", crypto.Name);

0 commit comments

Comments
 (0)