Component
sp1-sdk
Describe the feature you would like
SP1ProofWithPublicValues struct (https://docs.rs/sp1-sdk/5.2.4/sp1_sdk/proof/struct.SP1ProofWithPublicValues.html) should allow easy deserialization from a &[u8]. It allow byte serialization. My use case doesn't encourage me to use save->load path. Instead I just want it to be able to deserialize from raw bytes.
Additional context
No response