[][src]Module signatory::ecdsa::curve::point

Compressed and uncompressed Weierstrass elliptic curve points serialized according to the Elliptic-Curve-Point-to-Octet-String algorithm described in SEC 1: Elliptic Curve Cryptography (Version 2.0) section 2.3.3 (page 10)

http://www.secg.org/sec1-v2.pdf

Structs

CompressedCurvePoint

Compressed elliptic curve points serialized according to the Elliptic-Curve-Point-to-Octet-String algorithm

UncompressedCurvePoint

Uncompressed elliptic curve points serialized according to the Elliptic-Curve-Point-to-Octet-String algorithm, including the 0x04 tag identifying the bytestring as a curve point.