Branch: refs/heads/master
Home: https://github.com/conformal/btcec
Commit: 98ac46b37d42410563f08de589cfe3c8e9b7a0b1
https://github.com/conformal/btcec/commit/98ac46b37d42410563f08de589cfe3c8e9b7a0b1
Author: Josh Rickmar <[email protected]>
Date: 2013-10-25 (Fri, 25 Oct 2013)
Changed paths:
M signature.go
M signature_test.go
M test_coverage.txt
Log Message:
-----------
Add ParseDERSignature.
This change adds an additional signature parsing function which
performs additional checks to verify the signature is serialized in a
valid DER (and thus, unique) format, instead of allowing the less
strict BER signatures that ParseSignature will happily accept.
Added additional tests and updated test coverage to reflect changes.