Skip to content

Commit

Permalink
chore: SP1ProvingKey serde (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 authored and erabinov committed May 24, 2024
1 parent d98a28a commit bc8b593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prover/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use crate::{utils::babybear_bytes_to_bn254, words_to_bytes};
use crate::{utils::babybears_to_bn254, CoreSC, InnerSC};

/// The information necessary to generate a proof for a given RISC-V program.
#[derive(Clone, Serialize, Deserialize)]
pub struct SP1ProvingKey {
pub pk: StarkProvingKey<CoreSC>,
pub elf: Vec<u8>,
Expand Down

0 comments on commit bc8b593

Please sign in to comment.