Skip to content

Commit 4bac397

Browse files
committed
add using statement in doc
1 parent fc89ae1 commit 4bac397

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/Rsa.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ It includes methods for generating RSA key pairs, encrypting data with a public
1717

1818
```csharp
1919
using SafeCrypt.Helpers;
20+
using SafeCrypt.RsaEncryption;
2021

2122
var rsaKeyPair = KeyGenerators.GenerateRsaKeys(2048);
2223

0 commit comments

Comments
 (0)