mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
22 lines
383 B
Plaintext
22 lines
383 B
Plaintext
/+ *test
|
|
/= alef /: /===/sys/vane/alef
|
|
/!noun/
|
|
::
|
|
|%
|
|
++ test-packet-encoding ^- tang
|
|
::
|
|
=/ =packet:alef
|
|
:* [sndr=~nec rcvr=~doznec-doznec]
|
|
encrypted=%.n
|
|
origin=~
|
|
content=[12 13]
|
|
==
|
|
::
|
|
=/ encoded (encode-packet:alef packet)
|
|
=/ decoded (decode-packet:alef encoded)
|
|
::
|
|
%+ expect-eq
|
|
!> packet
|
|
!> decoded
|
|
--
|