Re: [RFC PATCH 4/6] Add structure representing hash algorithm

2017-08-21 Thread Stefan Beller
On Sun, Aug 20, 2017 at 5:00 PM, brian m. carlson wrote: > Since in the future we want to support an additional hash algorithm, add > a structure that represents a hash algorithm and all the data that must > go along with it. Add a constant to allow easy enumeration of hash > algorithms. Impleme

[RFC PATCH 4/6] Add structure representing hash algorithm

2017-08-20 Thread brian m. carlson
Since in the future we want to support an additional hash algorithm, add a structure that represents a hash algorithm and all the data that must go along with it. Add a constant to allow easy enumeration of hash algorithms. Implement function typedefs to create an abstract API that can be used by