Skip to content

Commit 04f4572

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 2887895 commit 04f4572

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DIRECTORY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
* Caesar
44
* [Caesar Test](https://github.com/TheAlgorithms/Go/blob/master/ciphers/caesar/caesar_test.go)
55
* [Caesarcipher](https://github.com/TheAlgorithms/Go/blob/master/ciphers/caesar/CaesarCipher.go)
6-
* [Diffiehellmankeyexchange](https://github.com/TheAlgorithms/Go/blob/master/ciphers/diffieHellmanKeyExchange.go)
6+
* Diffiehelkeyexchange
7+
* [Diffiehellmankeyexchange](https://github.com/TheAlgorithms/Go/blob/master/ciphers/diffiehelkeyexchange/diffieHellmanKeyExchange.go)
8+
* [Diffiehellmankeyexchange Test](https://github.com/TheAlgorithms/Go/blob/master/ciphers/diffiehelkeyexchange/diffieHellmanKeyExchange_test.go)
79
* Polybius
810
* [Polybius](https://github.com/TheAlgorithms/Go/blob/master/ciphers/polybius/polybius.go)
911
* [Polybius Test](https://github.com/TheAlgorithms/Go/blob/master/ciphers/polybius/polybius_test.go)

0 commit comments

Comments
 (0)