Skip to content

Commit

Permalink
Remove lines about timestamp in lib.rs (#213)
Browse files Browse the repository at this point in the history
- Remove functions related to timestamping from `src/lib.rs`
- Fixes #107

[src/lib.rs]
- Remove `get_timestamp_cert_chain` and `get_timestamp_response` functions

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan authored Feb 23, 2023
1 parent 3b4dfad commit 25dc99b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@
//!- get_log_info
//!- get_log_proof
//!- get_public_key
//!- get_timestamp_cert_chain
//!- get_timestamp_response
//!- search_index
//!- search_log_query
//!
Expand Down

0 comments on commit 25dc99b

Please sign in to comment.