## std::crypto::stark::public_inputs | Procedure | Description | | ----------- | ------------- | | load | Load the public inputs in memory starting from the address referenced by `public_inputs_ptr`.
In parallel, compute the hash of the public inputs being loaded. The hashing starts with
capacity registers of the hash function set to `C` resulting from hashing the proof context.
The ouptut D is the digest of the hashing.

Input: [public_inputs_ptr, C]
Output: [D]
Cycles: 38
|