1
0
mirror of https://github.com/danog/tgseclib.git synced 2025-01-22 22:11:13 +01:00
terrafrost e2a0b701c7 remove a few calls to paragonie/constant_time_encoding
- Hex::decode('aabb') can be replaced with "\xaa\xbb"
- Hex::decode(sha1('...')) can be replaced with sha1('...', true)
2016-06-04 22:31:23 -05:00
..
2016-05-12 16:28:40 -04:00