Page MenuHomePhabricator

Remove the extremely outdated TODO file.
ClosedPublic

Authored by deadalnix on Sep 28 2020, 15:41.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Commits
rABC147e8bd648d4: Remove the extremely outdated TODO file.
Summary

This had two things in it-- tests for the scalar/field code and
constant time signing and keygen.

The signing and keygen have been thoroughly constant time for years
and there are now powerful tests to verify it... no further work
on constant-time is needed at least on ordinary platforms (other
sidechannels-- sure).

The scalar and field code have extensive tests. They could use
better static test vectors but they're well tested.

TODOs for the project are currently better documented on github
right now. This file could return in the future with current
info, if needed.

This is a backport of secp256k1 PR805

Test Plan
\o/

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Sep 28 2020, 16:25