Skip to content

Change VerifierChannel:read_trace_commitments() to return (H::Digest, Option<H::Digest>)  #360

@Al-Kindi-0

Description

@Al-Kindi-0

Probably not for this PR, but we should change VerifierChannel:read_trace_commitments() to return (H::Digest, Option<H::Digest>) rather than &[H::Digest]. Then, line 172 above could be:

let (main_trace_commitments, aux_trace_commitment) = channel.read_trace_commitments();

Originally posted by @irakliyk in #359 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions