book/zkas/bincode: Add note on variable-integer encoding.

This commit is contained in:
parazyd
2022-01-13 20:44:53 +01:00
parent be6e3b86f1
commit 0044fac1db

View File

@@ -35,6 +35,10 @@ OPCODE ARG_NUM STACK_INDEX ... STACK_INDEX
TBD
```
Integers in the binary are encoded using variable-integer encoding.
See [`serial.rs`](../../../src/util/serial.rs) for our Rust
implementation.
## `MAGIC_BYTES`
The magic bytes are the file signature consisting of four bytes used