(ghash->ops->done): Interface change. Passing in a null buffer pointer
authormdw <mdw>
Sun, 2 Jul 2000 18:27:42 +0000 (18:27 +0000)
committermdw <mdw>
Sun, 2 Jul 2000 18:27:42 +0000 (18:27 +0000)
commita351d052dda03a2cc1af01dcef4640891f551ada
tree6c902f7deb1c9d730f7906796b78b66e755610bb
parenta27430a2fc1347926142db0f1a24fe6ecaee9163
(ghash->ops->done): Interface change.  Passing in a null buffer pointer
uses a buffer internal to the ghash object.  The operation returns the
address of the buffer it used.  Clients of generic hashes no longer need
to use dynamically allocated memory for hash results.
ghash-def.h
ghash.h
hmac-def.h