PayU-EMEA / apple-pay

This library is used to decode tokens for Apple Pay.
48 stars 31 forks source link

Use hash_equals instead of strict equality check #8

Closed willemstuursma closed 5 years ago

willemstuursma commented 5 years ago

Use hash_equals() which performs a time insensitive test.

I guess it's not super important but it is still nice.