Commit d8019fbe authored by protolambda's avatar protolambda

specs: fault proof program clarify pre-image communication protocol can be...

specs: fault proof program clarify pre-image communication protocol can be implemented with blocking read/write syscalls
parent b3225da8
......@@ -192,7 +192,8 @@ The `<end>` trailing zero byte allows the server to block the program
### Pre-image communication
Pre-images are communicated with a minimal wire-protocol over a blocking two-way stream:
Pre-images are communicated with a minimal wire-protocol over a blocking two-way stream.
This protocol can be implemented with blocking read/write syscalls.
```text
<request> := <bytes32> # the type-prefixed pre-image key
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment