urbit/try/bin/aesde.hoon
2014-01-30 12:49:36 -08:00

20 lines
342 B
Plaintext

!:
:: /=try=/bin/aesde/hoon
::
:: AES decryption toy. Don't use this for anything real.
:: It will threaten non-termination and send your private key to
:: General Alexander via singing telegram.
::
=> %= .
+
=> +
^/===/lib/cryo
==
|= *
|= [k=@I c=@ ~]
^- bowl
=+ m=(de:aes k c)
:_ ~ :_ ~
:- %$
!> m