OpenSSL
extends OpenSSL
in package
AbstractYes
OpenSSL Modular Exponentiation Engine
Tags
Table of Contents
Methods
- isValidEngine() : bool
- Test for engine validity
- powModHelper() : Engine
- Performs modular exponentiation.
Methods
isValidEngine()
Test for engine validity
public
static isValidEngine() : bool
Return values
boolpowModHelper()
Performs modular exponentiation.
public
static powModHelper(Engine $x, Engine $e, Engine $n) : Engine