public static property ParagonIE_Sodium_Compat::$fastMult in Automatic Updates 7
Same name and namespace in other branches
- 8 vendor/paragonie/sodium_compat/src/Compat.php \ParagonIE_Sodium_Compat::fastMult
Use fast multiplication rather than our constant-time multiplication implementation. Can be enabled at runtime. Only enable this if you are absolutely certain that there is no timing leak on your platform.
Type: bool
File
- vendor/
paragonie/ sodium_compat/ src/ Compat.php, line 45
Class
Code
public static $fastMult = false;