crypto-auditing-client

Crates.iocrypto-auditing-client
lib.rscrypto-auditing-client
version0.2.3
sourcesrc
created_at2023-12-09 00:29:58.48271
updated_at2024-09-10 02:07:56.662461
descriptionEvent broker client for crypto-auditing project
homepage
repository
max_upload_size
id1063069
size83,961
Daiki Ueno (ueno)

documentation

README

crypto-auditing-client

crates.io badge

This crate provides the crypto-auditing-client executable. To see the whole architecture, see the design document.

This requires crypto-auditing-event-broker running on the system. To see how to set up and run the event-broker, see the instructions.

Usage

$ cargo install crypto-auditing-client
$ crypto-auditing-client --scope tls --format json
$ crypto-auditing-client --scope tls --format cbor --output audit.cborseq
Commit count: 0

cargo fmt