Skip to content

Commit f5793a4

Browse files
committed
remove unused codes
1 parent 9443d9c commit f5793a4

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/SafeCrypt.UnitTests/RsaTests/RsaTests.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
using SafeCrypt.Helpers;
22
using SafeCrypt.RsaEncryption;
3-
using System;
4-
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
7-
using System.Threading.Tasks;
83

94
namespace SafeCrypt.UnitTests.RsaTests;
105

@@ -20,11 +15,6 @@ public RsaTests()
2015
[Fact]
2116
public async Task EncryptAsync_DecryptAsync_ValidParameters_ReturnsOriginalData()
2217
{
23-
// Example: Generate RSA keys
24-
//var rsaKeyPair = KeyGenerators.GenerateRsaKeys(2048);
25-
//string rsaPublicKey = rsaKeyPair.Item1;
26-
//string rsaPrivateKey = rsaKeyPair.Item2;
27-
2818
// Arrange
2919
var model = new RsaEncryptionParameters
3020
{

0 commit comments

Comments
 (0)