Skip to content

Commit 14aa194

Browse files
authored
Fixed typo in name of algorithm. (#516)
1 parent b419e51 commit 14aa194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cipher/diffiehellman/diffiehellmankeyexchange.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Package diffiehellman implements Deffie Hellman Key Exchange Algorithm
1+
// Package diffiehellman implements Diffie-Hellman Key Exchange Algorithm
22
// for more information watch : https://www.youtube.com/watch?v=NmM9HA2MQGI
33
package diffiehellman
44

0 commit comments

Comments
 (0)