File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3
3
* Caesar
4
4
* [ Caesar Test] ( https://github.com/TheAlgorithms/Go/blob/master/ciphers/caesar/caesar_test.go )
5
5
* [ 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 )
7
9
* Polybius
8
10
* [ Polybius] ( https://github.com/TheAlgorithms/Go/blob/master/ciphers/polybius/polybius.go )
9
11
* [ Polybius Test] ( https://github.com/TheAlgorithms/Go/blob/master/ciphers/polybius/polybius_test.go )
You can’t perform that action at this time.
0 commit comments