Type Definition bearssl::br_hash_class [] [src]

type br_hash_class = br_hash_class_;

\brief Class type for hash function implementations.

A br_hash_class instance references the methods implementing a hash function. Constant instances of this structure are defined for each implemented hash function. Such instances are also called "vtables".

Vtables are used to support object-oriented programming, as described on the BearSSL Web site.