mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 03:44:34 +03:00
18 lines
235 B
Plaintext
18 lines
235 B
Plaintext
|
!:
|
||
|
:: /=try=/bin/aesde/hoon
|
||
|
::
|
||
|
:: AES decryption toy. Don't use this for anything real.
|
||
|
::
|
||
|
=> %= .
|
||
|
+
|
||
|
=> +
|
||
|
^/=main=/lib/cryo
|
||
|
==
|
||
|
|= *
|
||
|
|= [k=@I c=@ ~]
|
||
|
^- bowl
|
||
|
=+ m=(de:aes k c)
|
||
|
:_ ~ :_ ~
|
||
|
:- %$
|
||
|
!> m
|