We don't need SHA verification or Merkle dags in our transport bundle. Content stores can handle both bundle and term verification and hashing.
7 lines
183 B
Plaintext
7 lines
183 B
Plaintext
!import "arboricx.tri" !Local
|
|
|
|
-- Multi-purpose kernel dispatch.
|
|
-- runArboricxTyped tag bundleBytes args
|
|
runArboricxTyped = (tag bs args :
|
|
runArboricxByNameToTyped tag [] bs args)
|