tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
SecureNet.computePubkey
tagion
betterC
wallet
Net
SecureNet
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
Source
See Implementation
tagion
betterC
wallet
Net
SecureNet
enums
Format
functions
HMAC
computePubkey
createECDHSecret
createKeyPair
derivePubkey
privKeyTweakAdd
privKeyTweakMul
pubKeyTweakMul
pubkey
secKeyVerify
sign
verify
manifest constants
DER_SIGNATURE_SIZE
SIGNATURE_SIZE