Move cryo to try

This commit is contained in:
Steven Dee 2014-01-30 12:46:11 -08:00
parent a1e460cba2
commit 6d78a48d48
6 changed files with 10 additions and 6 deletions

View File

@ -2,11 +2,13 @@
:: /=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.
::
=> %= .
+
=> +
^/=main=/lib/cryo
^/===/lib/cryo
==
|= *
|= [k=@I c=@ ~]

View File

@ -2,11 +2,13 @@
:: /=try=/bin/aesen/hoon
::
:: AES encryption toy. Don't use this for anything real.
:: It will threaten non-termination and send your private key to
:: General Alexander via singing telegram.
::
=> %= .
+
=> +
^/=main=/lib/cryo
^/===/lib/cryo
==
|= *
|= [k=@I m=@ ~]

View File

@ -9,7 +9,7 @@
=> %= .
+
=> +
^/=main=/lib/cryo
^/===/lib/cryo
==
|= [est=time eny=@uw]
|= [sk=@ ~]

View File

@ -1,5 +1,5 @@
!:
:: /=try=/bin/ed/hoon
:: /=try=/bin/edsi/hoon
::
:: ed25519 signature toy.
::
@ -9,7 +9,7 @@
=> %= .
+
=> +
^/=main=/lib/cryo
^/===/lib/cryo
==
|= [est=time eny=@uw]
|= [sk=@ pk=@ m=@ ~]

View File

@ -6,7 +6,7 @@
=> %= .
+
=> +
^/=main=/lib/cryo
^/===/lib/cryo
==
|= [est=time eny=@uw]
|= [pk=@ s=@ m=@ ~]