Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Module context

Module context 

Source
Expand description

Default implementations for the ClockSequence trait.

Structsยง

NoContext
An empty counter that will always return the value 0.
ThreadLocalContext
A wrapper for a context that uses thread-local storage.