passesSelfTests

Run a set of self tests on some basic algorithms like AES and SHA-1

static if(BOTAN_HAS_SELFTESTS && BOTAN_HAS_PUBLIC_KEY_CRYPTO)
bool
passesSelfTests

Parameters

af AlgorithmFactory

an algorithm factory

Return Value

Type: bool

s false if a failure occured, otherwise true

Meta