Hello
I am trying to use Blowfish in the framework of BCrypt and have access to SBoxes and subkey array of BCrypt. How can I create an appropriate IppsBlowfishSpec towards the 64 rounds of Blowfish calls?
Thank you in advance,
Octavian
Link Copied
Hi Octavian,
Blowfish functions had been deprecated and has only limited support now. However , if using Blowfish functions is inevitable, please refer the links below
Blowfish functions : http://scc.qibebt.cas.cn/docs/compiler/intel/2011/ipp/ipp_manual/IPPCP/ippcp_ch2/ch2_blowfish_functi...
Blowfish examples : http://scc.qibebt.cas.cn/docs/compiler/intel/2011/ipp/ipp_manual/IPPCP/ippcp_ch2/ch2_ex2-3.htm
For more complete information about compiler optimizations, see our Optimization Notice.