Evaluate the polynomial with the given coefficients (constant term first) at the point x=identifier using Horner's method.
Implements polynomial_evaluate from the spec.
polynomial_evaluate
The ciphersuite to use
The x-coordinate
Polynomial coefficients (constant term first)
The polynomial value at the given point
Evaluate the polynomial with the given coefficients (constant term first) at the point x=identifier using Horner's method.
Implements
polynomial_evaluatefrom the spec.