shrub/try/bin/aesde.hoon

20 lines
342 B
Plaintext
Raw Normal View History

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