Module tlsn_prover::tls
source · Expand description
TLS prover.
This module provides the TLS prover, which is used with a TLS verifier to prove a transcript of communications with a server.
The TLS prover provides a low-level API, see the HTTP prover
which provides
abstractions for working with HTTP sessions.
Modules§
- TLS prover states.
Structs§
- A prover instance.
- Configuration for the prover
- Builder for
ProverConfig
. - A controller for the prover.
- Prover future which must be polled for the TLS connection to make progress.
Enums§
- Error type for ProverConfigBuilder
- An error that can occur during proving.