Module silk::event [] [src]

The event crate provides the data structures for log events.

Enums

Event

When 'event' is Tick, the event represents a simple clock tick, and exists for the sole purpose of improving the performance of event log verification. A tick can be generated in 'num_hashes' hashes and verified in 'num_hashes' hashes. By logging a hash alongside the tick, each tick and be verified in parallel using the 'id' of the preceding tick to seed its hashing.