Page MenuHomePhabricator

[schnorr] Add verification routine to the test framework schnorr signature facility
ClosedPublic

Authored by deadalnix on Mar 23 2020, 00:31.

Details

Summary

This ensure we also have facility to check the validity of a schnorr signature.

Test Plan

By modifying the signature routine, we ensure that this code self check often when runnign the test suite.

Diff Detail

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

Event Timeline

Fabien added a subscriber: Fabien.
Fabien added inline comments.
test/functional/test_framework/schnorr.py
217 ↗(On Diff #17107)

While you're at it, move the comment above

This revision is now accepted and ready to land.Mar 23 2020, 20:07