Class BSVShimEC ¶
Inherits: Object
Shim EC key wrapping a public key point.
The DER-parsing constructor and parse_der class method have been removed. They existed solely to support Curve.ec_key_from_private_bytes and Curve.ec_key_from_public_bytes, which were deleted in the A4 crypto hardening pass (HLR #316). No production code path constructs a BSVShimEC from DER any longer.
Attributes¶
public_key [R] ¶
Returns the value of attribute public_key.
Public Instance Methods¶
initialize(point) ¶
- @raise [ArgumentError]
- @return [BSVShimEC] a new instance of BSVShimEC