 | Crypto-4.2.1: Collects together existing Haskell cryptographic functions into a package | Contents | Index |
|
Codec.Encryption.TEA | Portability | portable | Stability | experimental | Maintainer | john@repetae.net (http://repetae.net/) |
|
|
|
Description |
Implementation of the TEA tiny encryption algorithm
|
|
|
Documentation |
|
data TEAKey |
|
|
encrypt :: TEAKey -> Word64 -> Word64 |
|
decrypt :: TEAKey -> Word64 -> Word64 |
|
Produced by Haddock version 2.7.2 |