JavaScript icon indicating copy to clipboard operation
JavaScript copied to clipboard

feat: add RSA encryption and decryption algorithm

Open QuantumSoham opened this issue 6 months ago • 1 comments

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.

QuantumSoham avatar Apr 28 '25 17:04 QuantumSoham