Mode
public enum Mode
Enumerates encryption mode
-
Electronic Code Book
Declaration
Swift
case ECB
-
Cipher Block Chaining
Declaration
Swift
case CBC
-
Cipher FeeBack
Declaration
Swift
case CFB
-
Counter
Declaration
Swift
case CTR
-
Unimplemented for now (not included)
Declaration
Swift
case F8
-
Unimplemented for now (not included)
Declaration
Swift
case LRW
-
Output FeedBack
Declaration
Swift
case OFB
-
Xor-encode-xor Tweaked with ciphertext Stealing
Declaration
Swift
case XTS
-
RC4 streaming
Declaration
Swift
case RC4
-
Cipher FeebBack with 8-bit shifts
Declaration
Swift
case CFB8