blake2-rfc icon indicating copy to clipboard operation
blake2-rfc copied to clipboard

Add "Digest" trait

Open david415 opened this issue 8 years ago • 1 comments

I see that your crate uses macros. Is it possible to provide a Digest trait? It doesn't have to match the rust-crypto Digest trait.

david415 avatar Jan 15 '17 19:01 david415

BTW, I've reworked blake2 crate based on this crate, so now they have the same performance.

newpavlov avatar May 04 '17 23:05 newpavlov