An open API service indexing awesome lists of open source software.

https://github.com/intricate/xtea-haskell

Haskell implementation of the XTEA block cipher.
https://github.com/intricate/xtea-haskell

haskell xtea

Last synced: 5 months ago
JSON representation

Haskell implementation of the XTEA block cipher.

Awesome Lists containing this project

README

          

# xtea-haskell

A Haskell implementation of the
[XTEA (e**X**tended **T**iny **E**ncryption **A**lgorithm)](https://en.wikipedia.org/wiki/XTEA)
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.