mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 02:02:19 +01:00
XOR in random value to scalar and perform special scalar multiplication. Multiply x3 and z3 by random value to randomize co-ordinates. Add new APIs to support passing in an RNG. Old APIs create a new RNG. Only needed for the C implementations that are not small. Modified TLS and OpenSSL compat API implementations to pass in RNG. Fixed tests and benchmark program to pass in RNG.