for more information visit the package's GitHub page
Package contains the following modules:
A pure Elm implementation of Rijndael, the Advanced Encryption Standard (AES). An Elm rendering of cl-cryto's aes16.lisp.
This package does low-level encryption/decryption of 16-byte blocks only. For actual application use, you'll want a higher-level package, using strings as passphrases and block chaining to encrypt longer text, e.g. billstclair/elm-crypto-string
Bill St. Clair
5 December, 2017