Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
pointMult
Function · 0.45
__init__
Method · 0.45
raw_check_key
Method · 0.45
Calls
1
get_curve_by_id
Method · 0.80
Tested by
no test coverage detected