Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform cleanup, std and pure-prove #268

Merged
merged 2 commits into from
Sep 4, 2022
Merged

Commits on Sep 3, 2022

  1. Remove "pure-prove" feature from platform

    * Fix sha bug in rust prover
    shkoo committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    8f0d848 View commit details
    Browse the repository at this point in the history
  2. Clean up some pure prover and guest platform

    * Fix rust prover sha bug, sha tests now pass
    
    * Trim dependencies, less stuff to build in guest
    
    * Add some Result propagation
    
    * Guest methods can now decide whether they want to be no_std or not, and get the proper panic and alloc error implementations
    
    * Merge separate "verify" method crate into regular "inner" method crate
    shkoo committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    6da7045 View commit details
    Browse the repository at this point in the history