pyecsca.ec.formula.metrics module

pyecsca.ec.formula.metrics.formula_ivs(formula)[source]
pyecsca.ec.formula.metrics.ivs_norm(one)[source]
pyecsca.ec.formula.metrics.formula_similarity(one, other)[source]
Return type:

Dict[str, float]

pyecsca.ec.formula.metrics.formula_similarity_abs(one, other)[source]
Return type:

Dict[str, float]

pyecsca.ec.formula.metrics.formula_similarity_fuzz(one, other, curve, samples=1000)[source]
Return type:

Dict[str, float]