Re: ahash and crc32c

2016-10-28 Thread Horia Geanta Neag
On 2/26/2013 7:11 PM, Zeev Zilberman wrote: > Hi, > > I'm working on an ahash driver that supports CRC32C. > I saw that all existing CRC32C implementations (except blackfin) are > implementing shash interface, but ahash seems to be the correct choice > in our case. > On the other hand I saw that C

ahash and crc32c

2013-02-26 Thread Zeev Zilberman
Hi, I'm working on an ahash driver that supports CRC32C. I saw that all existing CRC32C implementations (except blackfin) are implementing shash interface, but ahash seems to be the correct choice in our case. On the other hand I saw that CRC32C test in testmgr.c tries to create shash tfm for CRC3