[softfork proposal] Strict DER signatures



Summary:

In an email thread from January 21, 2015, Matt Whitlock suggested a change to the C++ code used in Bitcoin Core releases. He proposed changing the parameters from (const std::vector &sig, size_t &off) to (std::vector::const_iterator &itr, std::vector::const_iterator end) to be more in line with the spirit of C++. Pieter agreed that this was a good suggestion, but noted that one of the motivations for including C++ code was to match the exact code used in previous Bitcoin Core releases.


Updated on: 2023-05-19T19:41:20.900740+00:00