diff --git a/DIRECTORY.md b/DIRECTORY.md index d8d2c21..81ab0b8 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -13,6 +13,7 @@ ## Ciphers * [Merkle Hellman Cryptosystem](https://github.com/TheAlgorithms/Ruby/blob/master/ciphers/merkle_hellman_cryptosystem.rb) + * [Rsa](https://github.com/TheAlgorithms/Ruby/blob/master/ciphers/rsa.rb) ## Conversions * [Temperature Conversions](https://github.com/TheAlgorithms/Ruby/blob/master/conversions/temperature_conversions.rb)