Skip to content

Commit ee4e896

Browse files
committed
typo
1 parent 604172b commit ee4e896

File tree

1 file changed

+1
-1
lines changed
  • algorithm/cryptography/affine_cipher

1 file changed

+1
-1
lines changed

algorithm/cryptography/affine_cipher/desc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Affine Cipher": "The affine cipher is a type of monoalphabetic substitution cipher, wherein each letter in an alphabet is mapped to its numeric equivalent, encrypted using a simple mathematical function, and converted back to a letter.",
33
"Applications": [
44
"Cryptanalysis",
5-
"More complex Variations of Affine Cihper are used in practical cryptography"
5+
"More complex Variations of Affine Cipher are used in practical cryptography"
66
],
77
"Complexity": {
88
"time": "worst O(N), N = length of plain/cipher text",

0 commit comments

Comments
 (0)