Skip to content

Commit fc89ae1

Browse files
committed
update rsa file location
1 parent 3282f50 commit fc89ae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class Program
128128
This library provides a straightforward implementation of RSA encryption and decryption in C# using the .NET `RSACryptoServiceProvider`.
129129
It includes methods for generating RSA key pairs, encrypting data with a public key, and decrypting data with a private key.
130130

131-
For more details on RSA Encryption, check the [Rsa.md](../doc/Rsa.md) document.
131+
For more details on RSA Encryption, check the [Rsa.md](doc/Rsa.md) document.
132132

133133

134134
## Contributing

0 commit comments

Comments
 (0)