StdSecureNet.derive

Undocumented in source.
  1. void derive(string tweak_word, ubyte[] tweak_privkey)
  2. 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)
  3. void derive(string tweak_word, shared(SecureNet) secure_net)
  4. void derive(const(ubyte[]) tweak_code, shared(SecureNet) secure_net)
  5. const(SecureNet) derive(const(ubyte[]) tweak_code)

Meta