17 #ifndef PAGESPEED_KERNEL_UTIL_HASHED_NONCE_GENERATOR_H_
18 #define PAGESPEED_KERNEL_UTIL_HASHED_NONCE_GENERATOR_H_
26 namespace net_instaweb {
Abstract interface for implementing a mutex.
Definition: abstract_mutex.h:28
HashedNonceGenerator(const Hasher *hasher, StringPiece key, AbstractMutex *mutex)
Definition: nonce_generator.h:28
Definition: hashed_nonce_generator.h:40
virtual uint64 NewNonceImpl()
Subclasses must implement this method. Locking is already handled.