Skip to content

Commit 9963463

Browse files
committed
mark rsa encryption class as internal
1 parent 66eafce commit 9963463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SafeCrypt.Lib/Encryption/RsaEncryption/RsaEncryption.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace SafeCrypt.RsaEncryption
88
{
9-
public static class RsaEncryption
9+
internal static class RsaEncryption
1010
{
1111
/// <summary>
1212
/// Asynchronously encrypts the provided data using the RSA (Rivest–Shamir–Adleman) algorithm.

0 commit comments

Comments
 (0)