PublicKey.checkKey

Test the key values for consistency.

interface PublicKey
abstract const
bool
checkKey

Parameters

rng RandomNumberGenerator

rng to use

strong bool

whether to perform strong and lengthy version of the test

Return Value

Type: bool

true if the test is passed

Meta