# Functions

ComputeCryptoHash should be used in openchain code so that we can change the actual algo used for crypto-hash at one place.
CreateUtcTimestamp returns a google/protobuf/Timestamp in UTC.
GenerateUUID returns a UUID based on RFC 4112.
NewQueue is a constructor returning a Queue object.

# Structs

Queue is a classic implmentation of a FIFO queue object.