tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
SecureNet.derive
tagion
crypto
SecureInterfaceNet
SecureNet
Undocumented in source.
void
derive
(string tweak_word, shared(SecureNet) secure_net)
void
derive
(const(ubyte[]) tweak_code, shared(SecureNet) secure_net)
void
derive
(string tweak_word, ubyte[] tweak_privkey)
interface
SecureNet
void
derive
(
string
tweak_word
,
ref
ubyte
[]
tweak_privkey
)
void
derive
(const(ubyte[]) tweak_code, ubyte[] tweak_privkey)
const
(
SecureNet
)
derive
(const(ubyte[]) tweak_code)
const
(
SecureNet
)
derive
(B tweak_code)
Meta
Source
See Implementation
tagion
crypto
SecureInterfaceNet
SecureNet
aliases
Signed
functions
ECDHSecret
clone
createKeyPair
derive
derivePubkey
eraseKey
generateKeyPair
getPubkey
pubkey
sign
verify