JavaScript
JavaScript copied to clipboard
feat: add RSA encryption and decryption algorithm
This PR implements the RSA encryption and decryption algorithm under the Ciphers section. It includes:
RSA key generation
Encryption and decryption functions
Unit tests written with Vitest
The algorithm follows the project's coding guidelines, naming conventions, and test structure.
✅ All tests pass locally. ✅ Code is formatted with Prettier.