LLFourn / secp256kfun

A pure-rust secp256k1 library optimised for fun
BSD Zero Clause License
101 stars 29 forks source link

Point<EvenY> serialization fixes #62

Closed LLFourn closed 3 years ago

LLFourn commented 3 years ago

Point was being serialized incorrectly as a 33-byte point. As a bonus this PR removes hex_literal as a dependency in a separate commit.