ic-response-verification

Crates.ioic-response-verification
lib.rsic-response-verification
version2.6.0
sourcesrc
created_at2023-03-20 16:13:38.016711
updated_at2024-07-24 15:39:53.544312
descriptionClient side response verification for the Internet Computer
homepagehttps://github.com/dfinity/response-verification#readme
repositoryhttps://github.com/dfinity/response-verification
max_upload_size
id815459
size149,013
trust (github:dfinity:trust)

documentation

https://docs.rs/ic-response-verification

README

Response Verification

Response verification on the Internet Computer is the process of verifying that an HTTP-compatible canister response from a replica has gone through consensus with other replicas hosting the same canister. It is the counterpart to HTTP Certification.

The ic-response-verification and @dfinity/response-verification packages encapsulate this verification protocol. It is used by ICX Proxy and the local HTTP Proxy and may be used by other implementations of the HTTP Gateway Protocol in the future.

Commit count: 422

cargo fmt