mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-04 10:52:18 +03:00
Move cryo to try
This commit is contained in:
parent
a1e460cba2
commit
6d78a48d48
@ -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=@ ~]
|
||||
|
@ -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=@ ~]
|
||||
|
@ -9,7 +9,7 @@
|
||||
=> %= .
|
||||
+
|
||||
=> +
|
||||
^/=main=/lib/cryo
|
||||
^/===/lib/cryo
|
||||
==
|
||||
|= [est=time eny=@uw]
|
||||
|= [sk=@ ~]
|
||||
|
@ -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=@ ~]
|
||||
|
@ -6,7 +6,7 @@
|
||||
=> %= .
|
||||
+
|
||||
=> +
|
||||
^/=main=/lib/cryo
|
||||
^/===/lib/cryo
|
||||
==
|
||||
|= [est=time eny=@uw]
|
||||
|= [pk=@ s=@ m=@ ~]
|
||||
|
Loading…
Reference in New Issue
Block a user