Re: [PHP-DEV] Constant-Time Encoding Functions

2015-01-24 Thread Yasuo Ohgaki
Hi Scott, On Fri, Jan 23, 2015 at 12:21 AM, Scott Arciszewski wrote: > I've squashed and rebased my pull request that adds a cache-timing-safe > bin2hex implementation (named ts_bin2hex) to PHP. > > https://github.com/php/php-src/pull/909 > > Before I put more effort into the inverse operation (

[PHP-DEV] Constant-Time Encoding Functions

2015-01-22 Thread Scott Arciszewski
Hi everybody, I've squashed and rebased my pull request that adds a cache-timing-safe bin2hex implementation (named ts_bin2hex) to PHP. https://github.com/php/php-src/pull/909 Before I put more effort into the inverse operation (which, from what I can tell, is already constant-time), does anyone