ai.BooleanFunction {boolfun}R Documentation

Algebraic Immunity

Description

Returns the algebraic immunity - see Details.

Usage

## S3 method for class 'BooleanFunction':
ai(this, ...)

Arguments

this -
... Not used

Details

The algebraic immunity is obtained by gaussian elimination using C++ code. For more information, type vignette(boolfun).

Value

This method returns the smallest degree (integer) of a non-zero annihilator of the function (f) or its complement (1+f).

See Also

BooleanFunction


[Package boolfun version 0.2.6 Index]