Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ecdsa: fixup public key deserialization for ecc
`<C as Curve>::Uint` represents the field elements, not their serialized size. This what `<C as Curve>::FieldBytesSize` is intended to be. This is consistent for all the curves implemented here, but this breaks the deserialization of NistP521 curve points.
- Loading branch information