You are here

public static property ParagonIE_Sodium_Compat::$fastMult in Automatic Updates 8

Same name and namespace in other branches
  1. 7 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

ParagonIE_Sodium_Compat

Code

public static $fastMult = false;