crypto-tk icon indicating copy to clipboard operation
crypto-tk copied to clipboard

Add APIs to call the hash function incrementally

Open rbost opened this issue 8 years ago • 0 comments

For now, the only way to compute a hash in crypto-tk is to give the input at once. This is an issue when we want to compute the hash of a concatenation as we have to put all the data in a single buffer before hashing.

Creating these buffers causes both efficiency and security problems (e.g. in the HMac implementation).

rbost avatar Dec 15 '17 10:12 rbost