| 
    Zeth - Zerocash on Ethereum
    0.8
    
   Reference implementation of the Zeth protocol by Clearmatics 
   | 
 
Implementation of API-related functions for the Groth16 snark. More...
#include <groth16_api_handler.hpp>
Public Types | |
| using | snark = groth16_snark< ppT > | 
Static Public Member Functions | |
| static void | verification_key_to_proto (const typename snark::verification_key &vk, zeth_proto::VerificationKey *message) | 
| static snark::verification_key | verification_key_from_proto (const zeth_proto::VerificationKey &verification_key) | 
| static void | extended_proof_to_proto (const extended_proof< ppT, snark > &ext_proof, zeth_proto::ExtendedProof *message) | 
| static libzeth::extended_proof< ppT, snark > | extended_proof_from_proto (const zeth_proto::ExtendedProof &ext_proof) | 
Implementation of API-related functions for the Groth16 snark.
Definition at line 17 of file groth16_api_handler.hpp.
| using libzeth::groth16_api_handler< ppT >::snark = groth16_snark<ppT> | 
Definition at line 20 of file groth16_api_handler.hpp.
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
 1.8.17