toggle menu
Rell System Library API Reference
rell
switch theme
search in API
Rell System Library
/
crypto
/
pubkey_to_xy
pubkey_to_xy
rell
function
pubkey_to_xy
(
pubkey
:
byte_array
)
:
(
big_integer
,
big_integer
)
Extracts the EC point coordinates (x, y) from a public key.
Since
0.13.5
Parameters
pubkey
The public key.