sync spec & code (#107)
* sync spec & code * move primitives (merkletree) into the backend * comment on the ops spec and link to issue #108 * typo * fix github-ci mdbook-publish pages
This commit is contained in:
parent
77f3f347e0
commit
02ec7c311b
17 changed files with 90 additions and 64 deletions
|
|
@ -27,7 +27,7 @@ In the frontend, this is a simple bool. In the backend, it will have the same e
|
|||
In the frontend, this type corresponds to the usual `String`. In the backend, the string will be mapped to a sequence of field elements and hashed with the hash function employed there, thus being represented by its hash.
|
||||
|
||||
## `Raw`
|
||||
"Raw" is short for "raw value". A `Raw` exposes a backend value on the frontend.
|
||||
"Raw" is short for "raw value". A `Raw` exposes a [backend `Value`](./backendtypes.md) on the frontend.
|
||||
|
||||
With the plonky2 backend, a `Raw` is a tuple of 4 elements of the Goldilocks field.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue