SecureNet.computePubkey

Undocumented in source.
struct SecureNet
@trusted const
immutable(ubyte[])
computePubkey
(
scope const(ubyte[]) seckey
,
immutable bool compress = true
)
out (result) { if (compress) { assert (result.length == COMPRESSED_PUBKEY_SIZE); } else { assert (result.length == UNCOMPRESSED_PUBKEY_SIZE); } }

Meta