stable
Clone or download
Read-only
Constant time encoding/decoding to/from hexadecimal can be done with libsodium, let's leverage that. It's one less lib and with libsodium in PHP 7.2 it will be one less side channel potential issue caused by a pure PHP implementation. This is part of story #12266: use an API key rather than a login / password Change-Id: I9903fcf3e2db9b3471c1c67a299f4a256b3aa4cf
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/User/AccessKey/AccessKey.php | +2 | −2 | Go to diff View file |
M | src/composer.json | +0 | −1 | Go to diff View file |
M | src/composer.lock | +1 | −64 | Go to diff View file |