tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
StdSecureNet.derive
tagion
crypto
SecureNet
StdSecureNet
Undocumented in source.
void
derive
(string tweak_word, ubyte[] tweak_privkey)
void
derive
(const(ubyte[]) tweak_code, ubyte[] tweak_privkey)
class
StdSecureNet
final
void
derive
(
const
(
ubyte
[])
tweak_code
,
ref
ubyte
[]
tweak_privkey
)
in (tweak_privkey.length == NativeSecp256k1.TWEAK_SIZE)
void
derive
(string tweak_word, shared(SecureNet) secure_net)
void
derive
(const(ubyte[]) tweak_code, shared(SecureNet) secure_net)
const
(
SecureNet
)
derive
(const(ubyte[]) tweak_code)
Meta
Source
See Implementation
tagion
crypto
SecureNet
StdSecureNet
constructors
this
functions
ECDHSecret
__expose
clone
createKeyPair
derive
derivePubkey
eraseKey
generateKeyPair
getPubkey
hmacPubkey
pubkey
sign
verify
interfaces
SecretMethods
variables
_secret
crypt