MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / get_curve

Method get_curve

src/pyelliptic/ecc.py:85–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 return OpenSSL.curves.keys()
84
85 def get_curve(self):
86 return OpenSSL.get_curve_by_id(self.curve)
87
88 def get_curve_id(self):
89 return self.curve

Callers 3

pointMultFunction · 0.45
__init__Method · 0.45
raw_check_keyMethod · 0.45

Calls 1

get_curve_by_idMethod · 0.80

Tested by

no test coverage detected