Skip to content

Commit e5cd2e7

Browse files
committed
refactor: change CryptographicOperations class from internal to public and remove duplicate implementation
1 parent 7961f8b commit e5cd2e7

File tree

2 files changed

+1
-67
lines changed

2 files changed

+1
-67
lines changed

Yubico.Core/src/Yubico/Core/Cryptography/CryptographicOperations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#else
1212
namespace System.Security.Cryptography
1313
{
14-
internal static class CryptographicOperations
14+
public static class CryptographicOperations
1515
{
1616
/// <summary>
1717
/// Determine the equality of two byte sequences in an amount of time which depends on

Yubico.YubiKey/src/Yubico/YubiKey/Cryptography/CryptographicOperations.cs

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)