mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
9 lines
352 B
Text
9 lines
352 B
Text
|
Fast AES cipher implementation with advanced mode of operations.
|
||
|
|
||
|
The modes of operations available are ECB (Electronic code book),
|
||
|
CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext
|
||
|
stealing), GCM (Galois Counter Mode).
|
||
|
|
||
|
After uninstalling, run this command to unregister the package from
|
||
|
the ghc package database: ghc-pkg recache
|