Skip navigation links

Package org.cryptimeleon.math.expressions

A framework for dealing with group/boolean/exponent expressions that supports the use of variables.

See: Description

Package org.cryptimeleon.math.expressions Description

A framework for dealing with group/boolean/exponent expressions that supports the use of variables.

The expressions can contain variables which allows the storage of expressions where not all variables are known at the time of creation. In that way, an expression allows one to store a function.

The expression can also be analyzed to obtain information about the whole expression at once.

Skip navigation links