/icekey

The ICE algorithm python implementation

Primary LanguagePythonThe UnlicenseUnlicense

icekey

This is a python implementation of the ICE algorithm.

Usage

from icekey import IceKey
ik = IceKey(N, KEY)
ctext = ik.encrypt(b'A'*8)