Skip to content

Commit

Permalink
hide constructor for builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sinui0 committed Sep 17, 2023
1 parent b2e4a50 commit 2e59382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tlsn/tlsn-core/src/commitment/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ impl TranscriptCommitmentBuilder {
/// # Arguments
///
/// * `encoding_provider` - A function that returns the encodings for the provided transcript byte ids.
#[doc(hidden)]
pub fn new(encoding_provider: EncodingProvider) -> Self {
Self {
commitments: HashMap::default(),
Expand Down

0 comments on commit 2e59382

Please sign in to comment.