chaintope / tapyrus-signer

Tapyrus Signer reference implementation.
GNU General Public License v3.0
7 stars 8 forks source link

Ensure a vector of SignerID would be sorted by compressed 33 bytes format. #92

Closed rantan closed 4 years ago

rantan commented 4 years ago

It already works like this, if all public key is compressed format. This change make it guarantees this behavior.

Yamaguchi commented 4 years ago

Write tests which fail when any public key is an uncompressed format.

rantan commented 4 years ago

Write tests which fail when any public key is an uncompressed format.

Yes, I will.

rantan commented 4 years ago

Write tests which fail when any public key is an uncompressed format.

fixed at 490271fda1d320da118d6802f909a536f7122a68