xtea: XTEA (eXtended Tiny Encryption Algorithm).

[ cryptography, library, mit ] [ Propose Tags ] [ Report a vulnerability ]

Haskell implementation of the XTEA (eXtended Tiny Encryption Algorithm) block cipher.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.14 && <5), binary (>=0.8.7 && <0.9), bytestring (>=0.11 && <0.12) [details]
Tested with ghc ==9.6.3, ghc ==9.4.8, ghc ==8.10.1
License MIT
Author Luke Nadur
Maintainer Luke Nadur
Category Cryptography
Home page https://github.com/intricate/xtea-haskell
Bug tracker https://github.com/intricate/xtea-haskell/issues
Source repo head: git clone git://github.com/intricate/xtea-haskell.git
Uploaded by intricate at 2024-11-03T19:40:57Z
Distributions
Downloads 17 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-11-03 [all 1 reports]

Readme for xtea-0.1.0.0

[back to package description]

xtea-haskell

A Haskell implementation of the XTEA (eXtended Tiny Encryption Algorithm) block cipher.

⚠️ Warning

This package is only intended to be used with legacy systems that already utilize XTEA. Please do not use XTEA to protect confidential data in modern applications.