|
barretenberg
|
This is the complete list of members for transcript::Transcript, including all inherited members.
| add_element(const std::string &element_name, const std::vector< uint8_t > &buffer) (defined in transcript::Transcript) | transcript::Transcript | |
| apply_fiat_shamir(const std::string &challenge_name) | transcript::Transcript | |
| compute_challenge_map() | transcript::Transcript | |
| export_transcript() const | transcript::Transcript | |
| get_challenge(const std::string &challenge_name, const size_t idx=0) const | transcript::Transcript | |
| get_challenge_from_map(const std::string &challenge_name, const std::string &challenge_map_name) const | transcript::Transcript | |
| get_challenge_index_from_map(const std::string &challenge_map_name) const | transcript::Transcript | |
| get_element(const std::string &element_name) const | transcript::Transcript | |
| get_element_size(const std::string &element_name) const | transcript::Transcript | |
| get_manifest() const (defined in transcript::Transcript) | transcript::Transcript | inline |
| get_num_challenges(const std::string &challenge_name) const | transcript::Transcript | |
| has_challenge(const std::string &challenge_name) const | transcript::Transcript | |
| Key typedef (defined in transcript::Transcript) | transcript::Transcript | |
| mock_inputs_prior_to_challenge(const std::string &challenge_name, size_t circuit_size=1) | transcript::Transcript | |
| print() (defined in transcript::Transcript) | transcript::Transcript | |
| Transcript(const Manifest input_manifest, const HashType hash_type=HashType::Keccak256, const size_t challenge_bytes=32) | transcript::Transcript | inline |
| Transcript(const std::vector< uint8_t > &input_transcript, const Manifest input_manifest, const HashType hash_type=HashType::Keccak256, const size_t challenge_bytes=32) | transcript::Transcript |