rfc:timing_safe_encoding

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:timing_safe_encoding [2015/03/13 18:19] sarciszewskirfc:timing_safe_encoding [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== PHP RFC: Your Title Here ======+====== PHP RFC: Timing Safe Encoding Functions ======
   * Version: 0.1   * Version: 0.1
   * Date: 2015-03-13   * Date: 2015-03-13
Line 13: Line 13:
 A number of functions that already exist will have a timing-safe alternative exposed to PHP developers. A number of functions that already exist will have a timing-safe alternative exposed to PHP developers.
  
-  * <code>bin2hex()</code> -> <code>bin2hex_ts()</code> +  * bin2hex()  -> bin2hex_ts() 
-  * <code>hex2bin()</code> -> <code>hex2bin_ts()</code> +  * hex2bin() -> hex2bin_ts() 
-  * <code>base64_encode()</code> -> <code>base64_encode_ts()</code> +  * base64_encode() -> base64_encode_ts() 
-  * <code>base64_decode()</code> -> <code>base64_decode_ts()</code>+  * base64_decode() -> base64_decode_ts()
  
 ===== Backward Incompatible Changes ===== ===== Backward Incompatible Changes =====
Line 23: Line 23:
 ===== Proposed PHP Version(s) ===== ===== Proposed PHP Version(s) =====
  
-This proposal targets the 7.0 release of PHP. Or 7.1.+This proposal targets the 7.0 release of PHP. Or 7.1 if it's too late.
  
 ===== Proposed Voting Choices ===== ===== Proposed Voting Choices =====
rfc/timing_safe_encoding.1426270770.txt.gz · Last modified: 2017/09/22 13:28 (external edit)