briansmith / ring

Safe, fast, small crypto using Rust
Other
3.68k stars 693 forks source link

generate_tests.cc: Remove ecc-*-point-mul[-base] test generation. #1927

Closed briansmith closed 6 months ago

briansmith commented 7 months ago

The generation of these tests was replaced by crypto/fipsmodule/ec/make_ec_scalar_base_mult_tests.go in ring's source tree).

The twin-mul test generation was left since there's no replacement in the ring source tree, though it seems we never have used its output. Before using them we should probably try to adapt the Go generator instead; if that succeeds, we should remove GeneratePointMulTwinTests too.

briansmith commented 7 months ago

@vkrasnov FYI.